Searched refs:PyUpb_Descriptor_Get (Results 1 – 3 of 3) sorted by relevance
208 PyObject* PyUpb_Descriptor_Get(const upb_MessageDef* m) { in PyUpb_Descriptor_Get() function410 (void*)&PyUpb_Descriptor_Get, in PyUpb_Descriptor_GetNestedTypes()422 (void*)&PyUpb_Descriptor_Get, in PyUpb_Descriptor_GetNestedTypesByName()444 return PyUpb_Descriptor_Get(parent); in PyUpb_Descriptor_GetContainingType()724 return PyUpb_Descriptor_Get(m); in PyUpb_EnumDescriptor_GetContainingType()973 return PyUpb_Descriptor_Get(subdef); in PyUpb_FieldDescriptor_GetMessageType()987 return PyUpb_Descriptor_Get(m); in PyUpb_FieldDescriptor_GetContainingType()994 return PyUpb_Descriptor_Get(m); in PyUpb_FieldDescriptor_GetExtensionScope()1180 (void*)&PyUpb_Descriptor_Get, in PyUpb_FileDescriptor_GetMessageTypesByName()1374 return PyUpb_Descriptor_Get(upb_MethodDef_InputType(m)); in PyUpb_MethodDescriptor_GetInputType()[all …]
55 PyObject* PyUpb_Descriptor_Get(const upb_MessageDef* msgdef);
376 return PyUpb_Descriptor_Get(m); in PyUpb_DescriptorPool_FindMessageTypeByName()