Classes | Functions | Variables
google::protobuf::python::cdescriptor_pool Namespace Reference

Classes

class  BuildFileErrorCollector
 

Functions

static PyDescriptorPool_CreateDescriptorPool ()
 
static PyDescriptorPool_CreateDescriptorPool ()
 
static PyObject * Add (PyObject *self, PyObject *file_descriptor_proto)
 
static PyObject * Add (PyObject *self, PyObject *file_descriptor_proto)
 
static PyObject * AddDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddEnumDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddEnumDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddExtensionDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddExtensionDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddFileDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddFileDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddSerializedFile (PyObject *pself, PyObject *serialized_pb)
 
static PyObject * AddSerializedFile (PyObject *pself, PyObject *serialized_pb)
 
static PyObject * AddServiceDescriptor (PyObject *self, PyObject *descriptor)
 
static PyObject * AddServiceDescriptor (PyObject *self, PyObject *descriptor)
 
static void Dealloc (PyObject *pself)
 
static void Dealloc (PyObject *pself)
 
static PyObject * FindAllExtensions (PyObject *self, PyObject *arg)
 
static PyObject * FindAllExtensions (PyObject *self, PyObject *arg)
 
PyObject * FindEnumTypeByName (PyDescriptorPool *self, PyObject *arg)
 
static PyObject * FindEnumTypeByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindEnumTypeByNameMethod (PyObject *self, PyObject *arg)
 
PyObject * FindExtensionByName (PyDescriptorPool *self, PyObject *arg)
 
static PyObject * FindExtensionByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindExtensionByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindExtensionByNumber (PyObject *self, PyObject *args)
 
static PyObject * FindExtensionByNumber (PyObject *self, PyObject *args)
 
PyObject * FindFieldByName (PyDescriptorPool *self, PyObject *arg)
 
static PyObject * FindFieldByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindFieldByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindFileByName (PyObject *self, PyObject *arg)
 
static PyObject * FindFileByName (PyObject *self, PyObject *arg)
 
static PyObject * FindFileContainingSymbol (PyObject *self, PyObject *arg)
 
static PyObject * FindFileContainingSymbol (PyObject *self, PyObject *arg)
 
static PyObject * FindMessageByName (PyObject *self, PyObject *arg)
 
static PyObject * FindMessageByName (PyObject *self, PyObject *arg)
 
static PyObject * FindMethodByName (PyObject *self, PyObject *arg)
 
static PyObject * FindMethodByName (PyObject *self, PyObject *arg)
 
PyObject * FindOneofByName (PyDescriptorPool *self, PyObject *arg)
 
static PyObject * FindOneofByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindOneofByNameMethod (PyObject *self, PyObject *arg)
 
static PyObject * FindServiceByName (PyObject *self, PyObject *arg)
 
static PyObject * FindServiceByName (PyObject *self, PyObject *arg)
 
static int GcClear (PyObject *pself)
 
static int GcClear (PyObject *pself)
 
static int GcTraverse (PyObject *pself, visitproc visit, void *arg)
 
static int GcTraverse (PyObject *pself, visitproc visit, void *arg)
 
static PyObject * New (PyTypeObject *type, PyObject *args, PyObject *kwargs)
 
static PyObject * New (PyTypeObject *type, PyObject *args, PyObject *kwargs)
 
static PyDescriptorPoolPyDescriptorPool_NewWithDatabase (DescriptorDatabase *database)
 
static PyDescriptorPoolPyDescriptorPool_NewWithDatabase (DescriptorDatabase *database)
 
static PyDescriptorPoolPyDescriptorPool_NewWithUnderlay (const DescriptorPool *underlay)
 
static PyDescriptorPoolPyDescriptorPool_NewWithUnderlay (const DescriptorPool *underlay)
 
PyObject * SetErrorFromCollector (DescriptorPool::ErrorCollector *self, char *name, char *error_type)
 
PyObject * SetErrorFromCollector (DescriptorPool::ErrorCollector *self, const char *name, const char *error_type)
 

Variables

static PyMethodDef Methods []
 
static PyMethodDef Methods []
 

Function Documentation

◆ _CreateDescriptorPool() [1/2]

static PyDescriptorPool* google::protobuf::python::cdescriptor_pool::_CreateDescriptorPool ( )
static

◆ _CreateDescriptorPool() [2/2]

static PyDescriptorPool* google::protobuf::python::cdescriptor_pool::_CreateDescriptorPool ( )
static

◆ Add() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::Add ( PyObject *  self,
PyObject *  file_descriptor_proto 
)
static

◆ Add() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::Add ( PyObject *  self,
PyObject *  file_descriptor_proto 
)
static

◆ AddDescriptor() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddDescriptor() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddEnumDescriptor() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddEnumDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddEnumDescriptor() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddEnumDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddExtensionDescriptor() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddExtensionDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddExtensionDescriptor() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddExtensionDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddFileDescriptor() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddFileDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddFileDescriptor() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddFileDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddSerializedFile() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddSerializedFile ( PyObject *  pself,
PyObject *  serialized_pb 
)
static

◆ AddSerializedFile() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddSerializedFile ( PyObject *  pself,
PyObject *  serialized_pb 
)
static

◆ AddServiceDescriptor() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddServiceDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ AddServiceDescriptor() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::AddServiceDescriptor ( PyObject *  self,
PyObject *  descriptor 
)
static

◆ Dealloc() [1/2]

static void google::protobuf::python::cdescriptor_pool::Dealloc ( PyObject *  pself)
static

◆ Dealloc() [2/2]

static void google::protobuf::python::cdescriptor_pool::Dealloc ( PyObject *  pself)
static

◆ FindAllExtensions() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindAllExtensions ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindAllExtensions() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindAllExtensions ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindEnumTypeByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindEnumTypeByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindEnumTypeByNameMethod() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindEnumTypeByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindEnumTypeByNameMethod() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindEnumTypeByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindExtensionByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindExtensionByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindExtensionByNameMethod() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindExtensionByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindExtensionByNameMethod() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindExtensionByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindExtensionByNumber() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindExtensionByNumber ( PyObject *  self,
PyObject *  args 
)
static

◆ FindExtensionByNumber() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindExtensionByNumber ( PyObject *  self,
PyObject *  args 
)
static

◆ FindFieldByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindFieldByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindFieldByNameMethod() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindFieldByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindFieldByNameMethod() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindFieldByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindFileByName() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindFileByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindFileByName() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindFileByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindFileContainingSymbol() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindFileContainingSymbol ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindFileContainingSymbol() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindFileContainingSymbol ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindMessageByName() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindMessageByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindMessageByName() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindMessageByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindMethodByName() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindMethodByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindMethodByName() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindMethodByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindOneofByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindOneofByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindOneofByNameMethod() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindOneofByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindOneofByNameMethod() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindOneofByNameMethod ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindServiceByName() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindServiceByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ FindServiceByName() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::FindServiceByName ( PyObject *  self,
PyObject *  arg 
)
static

◆ GcClear() [1/2]

static int google::protobuf::python::cdescriptor_pool::GcClear ( PyObject *  pself)
static

◆ GcClear() [2/2]

static int google::protobuf::python::cdescriptor_pool::GcClear ( PyObject *  pself)
static

◆ GcTraverse() [1/2]

static int google::protobuf::python::cdescriptor_pool::GcTraverse ( PyObject *  pself,
visitproc  visit,
void *  arg 
)
static

◆ GcTraverse() [2/2]

static int google::protobuf::python::cdescriptor_pool::GcTraverse ( PyObject *  pself,
visitproc  visit,
void *  arg 
)
static

◆ New() [1/2]

static PyObject* google::protobuf::python::cdescriptor_pool::New ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwargs 
)
static

◆ New() [2/2]

static PyObject* google::protobuf::python::cdescriptor_pool::New ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwargs 
)
static

◆ PyDescriptorPool_NewWithDatabase() [1/2]

static PyDescriptorPool* google::protobuf::python::cdescriptor_pool::PyDescriptorPool_NewWithDatabase ( DescriptorDatabase database)
static

◆ PyDescriptorPool_NewWithDatabase() [2/2]

static PyDescriptorPool* google::protobuf::python::cdescriptor_pool::PyDescriptorPool_NewWithDatabase ( DescriptorDatabase database)
static

◆ PyDescriptorPool_NewWithUnderlay() [1/2]

static PyDescriptorPool* google::protobuf::python::cdescriptor_pool::PyDescriptorPool_NewWithUnderlay ( const DescriptorPool underlay)
static

◆ PyDescriptorPool_NewWithUnderlay() [2/2]

static PyDescriptorPool* google::protobuf::python::cdescriptor_pool::PyDescriptorPool_NewWithUnderlay ( const DescriptorPool underlay)
static

◆ SetErrorFromCollector() [1/2]

PyObject* google::protobuf::python::cdescriptor_pool::SetErrorFromCollector ( DescriptorPool::ErrorCollector *  self,
char *  name,
char *  error_type 
)

◆ SetErrorFromCollector() [2/2]

PyObject* google::protobuf::python::cdescriptor_pool::SetErrorFromCollector ( DescriptorPool::ErrorCollector *  self,
const char *  name,
const char *  error_type 
)

Variable Documentation

◆ Methods [1/2]

PyMethodDef google::protobuf::python::cdescriptor_pool::Methods[]
static

◆ Methods [2/2]

PyMethodDef google::protobuf::python::cdescriptor_pool::Methods[]
static


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