Namespaces | Macros | Typedefs | Functions
protobuf/python/google/protobuf/pyext/descriptor.h File Reference
#include <Python.h>
#include <google/protobuf/descriptor.h>
Include dependency graph for protobuf/python/google/protobuf/pyext/descriptor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::python
 

Macros

#define PY_SSIZE_T_CLEAN
 

Typedefs

using google::protobuf::python::StringParam = std::string
 

Functions

bool google::protobuf::python::_CalledFromGeneratedFile (int stacklevel)
 
bool google::protobuf::python::InitDescriptor ()
 
const void * google::protobuf::python::PyDescriptor_AsVoidPtr (PyObject *obj)
 
const EnumDescriptorgoogle::protobuf::python::PyEnumDescriptor_AsDescriptor (PyObject *obj)
 
PyObject * google::protobuf::python::PyEnumDescriptor_FromDescriptor (const EnumDescriptor *enum_descriptor)
 
PyObject * google::protobuf::python::PyEnumValueDescriptor_FromDescriptor (const EnumValueDescriptor *enumvalue_descriptor)
 
const FieldDescriptorgoogle::protobuf::python::PyFieldDescriptor_AsDescriptor (PyObject *obj)
 
PyObject * google::protobuf::python::PyFieldDescriptor_FromDescriptor (const FieldDescriptor *field_descriptor)
 
const FileDescriptorgoogle::protobuf::python::PyFileDescriptor_AsDescriptor (PyObject *obj)
 
PyObject * google::protobuf::python::PyFileDescriptor_FromDescriptor (const FileDescriptor *file_descriptor)
 
PyObject * google::protobuf::python::PyFileDescriptor_FromDescriptorWithSerializedPb (const FileDescriptor *file_descriptor, PyObject *serialized_pb)
 
const Descriptorgoogle::protobuf::python::PyMessageDescriptor_AsDescriptor (PyObject *obj)
 
PyObject * google::protobuf::python::PyMessageDescriptor_FromDescriptor (const Descriptor *message_descriptor)
 
PyObject * google::protobuf::python::PyMethodDescriptor_FromDescriptor (const MethodDescriptor *method_descriptor)
 
PyObject * google::protobuf::python::PyOneofDescriptor_FromDescriptor (const OneofDescriptor *oneof_descriptor)
 
const ServiceDescriptor * google::protobuf::python::PyServiceDescriptor_AsDescriptor (PyObject *obj)
 
PyObject * google::protobuf::python::PyServiceDescriptor_FromDescriptor (const ServiceDescriptor *service_descriptor)
 

Macro Definition Documentation

◆ PY_SSIZE_T_CLEAN

#define PY_SSIZE_T_CLEAN


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:10