Macros | Variables
message_module.cc File Reference
#include <Python.h>
#include <google/protobuf/pyext/descriptor_pool.h>
#include <google/protobuf/pyext/message.h>
#include <google/protobuf/pyext/message_factory.h>
#include <google/protobuf/proto_api.h>
#include <google/protobuf/message_lite.h>
Include dependency graph for message_module.cc:

Go to the source code of this file.

Macros

#define INITFUNC   init_message
 
#define INITFUNC_ERRORVAL
 

Variables

static const char module_docstring []
 
static PyMethodDef ModuleMethods []
 

Macro Definition Documentation

◆ INITFUNC

#define INITFUNC   init_message

Definition at line 89 of file message_module.cc.

◆ INITFUNC_ERRORVAL

#define INITFUNC_ERRORVAL

Definition at line 90 of file message_module.cc.

Variable Documentation

◆ module_docstring

const char module_docstring[]
static
Initial value:
=
"python-proto2 is a module that can be used to enhance proto2 Python API\n"
"performance.\n"
"\n"
"It provides access to the protocol buffers C++ reflection API that\n"
"implements the basic protocol buffer functions."

Definition at line 62 of file message_module.cc.

◆ ModuleMethods

PyMethodDef ModuleMethods[]
static
Initial value:
= {
{"SetAllowOversizeProtos",
"Enable/disable oversize proto parsing."},
{NULL, NULL}}

Definition at line 69 of file message_module.cc.

NULL
NULL
Definition: test_security_zap.cpp:405
google::protobuf::python::cmessage::SetAllowOversizeProtos
PyObject * SetAllowOversizeProtos(PyObject *m, PyObject *arg)
Definition: python/google/protobuf/pyext/message.cc:1913


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:03