Home
last modified time | relevance | path

Searched refs:PyUpb_ModuleState_Get (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor_containers.c60 assert(Py_TYPE(obj) == PyUpb_ModuleState_Get()->by_name_iterator_type); in PyUpb_ByNameIterator_Self()
73 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNameIterator_New()
120 assert(Py_TYPE(obj) == PyUpb_ModuleState_Get()->by_number_iterator_type); in PyUpb_ByNumberIterator_Self()
133 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNumberIterator_New()
179 assert(Py_TYPE(obj) == PyUpb_ModuleState_Get()->generic_sequence_type); in PyUpb_GenericSequence_Self()
191 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_GenericSequence_New()
351 assert(Py_TYPE(obj) == PyUpb_ModuleState_Get()->by_name_map_type); in PyUpb_ByNameMap_Self()
363 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNameMap_New()
565 assert(Py_TYPE(obj) == PyUpb_ModuleState_Get()->by_number_map_type); in PyUpb_ByNumberMap_Self()
571 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNumberMap_New()
Dprotobuf.c53 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_SetAllowOversizeProtos()
90 PyUpb_ModuleState* PyUpb_ModuleState_Get(void) { in PyUpb_ModuleState_Get() function
191 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_ObjCache_Instance()
225 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_Arena_New()
Dunknown_fields.c52 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_UnknownFieldSet_NewBare()
83 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_UnknownFieldSet_BuildMessageSetItem()
221 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_UnknownFieldSet_Build()
Dmessage.c231 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_Message_TryCheck()
1124 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_Message_SortFieldList()
1257 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_Message_MergeFromString()
1515 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_Message_SerializeInternal()
1540 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_Message_SerializeInternal()
1731 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_MessageMeta_DoCreateClass()
1778 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_MessageMeta_New()
1851 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_MessageMeta_GetDynamicAttr()
Dextension_dict.c44 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_ExtensionDict_New()
193 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_ExtensionIterator_New()
Dmap.c87 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_MapContainer_GetClass()
284 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_MapContainer_Check()
453 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_MapIterator_New()
Ddescriptor_pool.c49 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_DescriptorPool_GetDefaultPool()
54 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_DescriptorPool_GetFileProtoDef()
Dprotobuf.h119 PyUpb_ModuleState* PyUpb_ModuleState_Get(void);
Ddescriptor.c63 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_DescriptorBase_DoCreate()
93 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_DescriptorBase_Check()
Drepeated.c154 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_RepeatedContainer_GetClass()