Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dprotobuf.c83 PyUpb_ModuleState* PyUpb_ModuleState_GetFromModule(PyObject* module) { in PyUpb_ModuleState_GetFromModule() function
93 return PyUpb_ModuleState_GetFromModule(module); in PyUpb_ModuleState_Get()
254 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitArena()
333 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyInit__message()
Dprotobuf.h120 PyUpb_ModuleState* PyUpb_ModuleState_GetFromModule(PyObject* module);
Dextension_dict.c242 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitExtensionDict()
Dunknown_fields.c349 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_UnknownFields_Init()
Ddescriptor_pool.c639 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitDescriptorPool()
Dmap.c512 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_Map_Init()
Ddescriptor_containers.c781 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitDescriptorContainers()
Drepeated.c820 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_Repeated_Init()
Ddescriptor.c1667 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitDescriptor()
Dmessage.c1936 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitMessage()