|
const void * | PyUpb_AnyDescriptor_GetDef (PyObject *desc) |
|
PyObject * | PyUpb_AnyDescriptor_GetPool (PyObject *desc) |
|
static PyObject * | PyUpb_Descriptor_CopyToProto (PyObject *_self, PyObject *py_proto) |
|
static PyObject * | PyUpb_Descriptor_EnumValueName (PyObject *_self, PyObject *args) |
|
PyObject * | PyUpb_Descriptor_Get (const upb_MessageDef *m) |
|
PyObject * | PyUpb_Descriptor_GetClass (const upb_MessageDef *m) |
|
static PyObject * | PyUpb_Descriptor_GetConcreteClass (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetContainingType (PyObject *_self, void *closure) |
|
const upb_MessageDef * | PyUpb_Descriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_Descriptor_GetEnumTypes (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetEnumTypesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetEnumValuesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetExtensionRanges (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetExtensions (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetExtensionsByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetFields (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetFieldsByCamelCaseName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetFieldsByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetFieldsByNumber (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetFile (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetFullName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetHasOptions (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetIsExtendable (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetNestedTypes (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetNestedTypesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetOneofs (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetOneofsByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_Descriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_Descriptor_GetSyntax (PyObject *self, void *closure) |
|
static const void * | PyUpb_Descriptor_LookupNestedEnum (const upb_MessageDef *m, const char *name) |
|
static const void * | PyUpb_Descriptor_LookupNestedExtension (const upb_MessageDef *m, const char *name) |
|
static const void * | PyUpb_Descriptor_LookupNestedMessage (const upb_MessageDef *m, const char *name) |
|
static PyUpb_DescriptorBase * | PyUpb_DescriptorBase_Check (PyObject *obj, PyUpb_DescriptorType type) |
|
static PyObject * | PyUpb_DescriptorBase_CopyToProto (PyObject *_self, PyUpb_ToProto_Func *func, const upb_MiniTable *layout, const char *expected_type, PyObject *py_proto) |
|
static void | PyUpb_DescriptorBase_Dealloc (PyUpb_DescriptorBase *base) |
|
static PyUpb_DescriptorBase * | PyUpb_DescriptorBase_DoCreate (PyUpb_DescriptorType type, const void *def, const upb_FileDef *file) |
|
static PyObject * | PyUpb_DescriptorBase_Get (PyUpb_DescriptorType type, const void *def, const upb_FileDef *file) |
|
static PyObject * | PyUpb_DescriptorBase_GetOptions (PyUpb_DescriptorBase *self, const upb_Message *opts, const upb_MiniTable *layout, const char *msg_name) |
|
static PyObject * | PyUpb_DescriptorBase_GetSerializedProto (PyObject *_self, PyUpb_ToProto_Func *func, const upb_MiniTable *layout) |
|
static PyObject * | PyUpb_EnumDescriptor_CopyToProto (PyObject *_self, PyObject *py_proto) |
|
PyObject * | PyUpb_EnumDescriptor_Get (const upb_EnumDef *enumdef) |
|
static PyObject * | PyUpb_EnumDescriptor_GetContainingType (PyObject *_self, void *closure) |
|
const upb_EnumDef * | PyUpb_EnumDescriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_EnumDescriptor_GetFile (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_EnumDescriptor_GetFullName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_EnumDescriptor_GetHasOptions (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_EnumDescriptor_GetName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_EnumDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_EnumDescriptor_GetValues (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_EnumDescriptor_GetValuesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_EnumDescriptor_GetValuesByNumber (PyObject *_self, void *closure) |
|
PyObject * | PyUpb_EnumValueDescriptor_Get (const upb_EnumValueDef *ev) |
|
static PyObject * | PyUpb_EnumValueDescriptor_GetHasOptions (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_EnumValueDescriptor_GetIndex (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_EnumValueDescriptor_GetName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_EnumValueDescriptor_GetNumber (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_EnumValueDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_EnumValueDescriptor_GetType (PyObject *self, void *closure) |
|
PyObject * | PyUpb_FieldDescriptor_Get (const upb_FieldDef *field) |
|
static PyObject * | PyUpb_FieldDescriptor_GetCamelCaseName (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetContainingOneof (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetContainingType (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetCppType (PyUpb_DescriptorBase *self, void *closure) |
|
const upb_FieldDef * | PyUpb_FieldDescriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_FieldDescriptor_GetDefaultValue (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetEnumType (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetExtensionScope (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetFile (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetFullName (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetHasOptions (PyUpb_DescriptorBase *_self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetIndex (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetIsExtension (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetJsonName (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetLabel (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetMessageType (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetName (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetNumber (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_FieldDescriptor_GetType (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FieldDescriptor_HasDefaultValue (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_CopyToProto (PyObject *_self, PyObject *py_proto) |
|
PyObject * | PyUpb_FileDescriptor_Get (const upb_FileDef *file) |
|
const upb_FileDef * | PyUpb_FileDescriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_FileDescriptor_GetDependencies (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetEnumTypesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetExtensionsByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetHasOptions (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetMessageTypesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetName (PyUpb_DescriptorBase *self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_FileDescriptor_GetPackage (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetPool (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetPublicDependencies (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetSerializedPb (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetServicesByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_FileDescriptor_GetSyntax (PyObject *_self, void *closure) |
|
static const void * | PyUpb_FileDescriptor_LookupEnum (const upb_FileDef *filedef, const char *name) |
|
static const void * | PyUpb_FileDescriptor_LookupExtension (const upb_FileDef *filedef, const char *name) |
|
const typedef void * | PyUpb_FileDescriptor_LookupFunc (const upb_DefPool *, const char *) |
|
static const void * | PyUpb_FileDescriptor_LookupMessage (const upb_FileDef *filedef, const char *name) |
|
static const void * | PyUpb_FileDescriptor_LookupService (const upb_FileDef *filedef, const char *name) |
|
static const void * | PyUpb_FileDescriptor_NestedLookup (const upb_FileDef *filedef, const char *name, PyUpb_FileDescriptor_LookupFunc *func) |
|
bool | PyUpb_InitDescriptor (PyObject *m) |
|
static PyObject * | PyUpb_MethodDescriptor_CopyToProto (PyObject *_self, PyObject *py_proto) |
|
PyObject * | PyUpb_MethodDescriptor_Get (const upb_MethodDef *m) |
|
static PyObject * | PyUpb_MethodDescriptor_GetContainingService (PyObject *self, void *closure) |
|
const upb_MethodDef * | PyUpb_MethodDescriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_MethodDescriptor_GetFullName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_MethodDescriptor_GetIndex (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_MethodDescriptor_GetInputType (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_MethodDescriptor_GetName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_MethodDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_MethodDescriptor_GetOutputType (PyObject *self, void *closure) |
|
PyObject * | PyUpb_OneofDescriptor_Get (const upb_OneofDef *oneof) |
|
static PyObject * | PyUpb_OneofDescriptor_GetContainingType (PyObject *self, void *closure) |
|
const upb_OneofDef * | PyUpb_OneofDescriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_OneofDescriptor_GetFields (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_OneofDescriptor_GetFullName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_OneofDescriptor_GetHasOptions (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_OneofDescriptor_GetIndex (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_OneofDescriptor_GetName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_OneofDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_ServiceDescriptor_CopyToProto (PyObject *_self, PyObject *py_proto) |
|
static PyObject * | PyUpb_ServiceDescriptor_FindMethodByName (PyObject *_self, PyObject *py_name) |
|
PyObject * | PyUpb_ServiceDescriptor_Get (const upb_ServiceDef *s) |
|
const upb_ServiceDef * | PyUpb_ServiceDescriptor_GetDef (PyObject *_self) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetFile (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetFullName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetIndex (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetMethods (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetMethodsByName (PyObject *_self, void *closure) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetName (PyObject *self, void *closure) |
|
static PyObject * | PyUpb_ServiceDescriptor_GetOptions (PyObject *_self, PyObject *args) |
|
static bool | PyUpb_SetIntAttr (PyObject *obj, const char *name, int val) |
|