Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dprotobuf.c40 PyUpb_ModuleState* s = PyModule_GetState(module); in PyUpb_ModuleDealloc()
53 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_SetAllowOversizeProtos()
67 sizeof(PyUpb_ModuleState),
78 PyUpb_ModuleState* PyUpb_ModuleState_MaybeGet(void) { in PyUpb_ModuleState_MaybeGet()
83 PyUpb_ModuleState* PyUpb_ModuleState_GetFromModule(PyObject* module) { in PyUpb_ModuleState_GetFromModule()
84 PyUpb_ModuleState* state = PyModule_GetState(module); in PyUpb_ModuleState_GetFromModule()
90 PyUpb_ModuleState* PyUpb_ModuleState_Get(void) { in PyUpb_ModuleState_Get()
96 PyObject* PyUpb_GetWktBases(PyUpb_ModuleState* state) { in PyUpb_GetWktBases()
191 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_ObjCache_Instance()
200 PyUpb_ModuleState* state = PyUpb_ModuleState_MaybeGet(); in PyUpb_ObjCache_Delete()
[all …]
Dprotobuf.h115 } PyUpb_ModuleState; typedef
119 PyUpb_ModuleState* PyUpb_ModuleState_Get(void);
120 PyUpb_ModuleState* PyUpb_ModuleState_GetFromModule(PyObject* module);
124 PyUpb_ModuleState* PyUpb_ModuleState_MaybeGet(void);
131 PyObject* PyUpb_GetWktBases(PyUpb_ModuleState* state);
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()
349 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_UnknownFields_Init()
Dextension_dict.c44 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_ExtensionDict_New()
193 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_ExtensionIterator_New()
242 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitExtensionDict()
Ddescriptor_containers.c73 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNameIterator_New()
133 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNumberIterator_New()
191 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_GenericSequence_New()
363 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNameMap_New()
571 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_ByNumberMap_New()
781 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitDescriptorContainers()
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()
512 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_Map_Init()
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()
1718 PyUpb_ModuleState* state = PyUpb_ModuleState_MaybeGet(); in PyUpb_GetMessageMeta()
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()
1936 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitMessage()
Ddescriptor_pool.c49 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_DescriptorPool_GetDefaultPool()
54 PyUpb_ModuleState* s = PyUpb_ModuleState_Get(); in PyUpb_DescriptorPool_GetFileProtoDef()
639 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitDescriptorPool()
Drepeated.c154 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_RepeatedContainer_GetClass()
799 static bool PyUpb_Repeated_RegisterAsSequence(PyUpb_ModuleState* state) { in PyUpb_Repeated_RegisterAsSequence()
820 PyUpb_ModuleState* state = PyUpb_ModuleState_GetFromModule(m); in PyUpb_Repeated_Init()
Ddescriptor.c63 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_DescriptorBase_DoCreate()
93 PyUpb_ModuleState* state = PyUpb_ModuleState_Get(); in PyUpb_DescriptorBase_Check()
1667 PyUpb_ModuleState* s = PyUpb_ModuleState_GetFromModule(m); in PyUpb_InitDescriptor()