Home
last modified time | relevance | path

Searched refs:PyUpb_ByNameMap_Funcs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c292 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetExtensionsByName()
362 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByName()
377 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByCamelCaseName()
418 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetNestedTypesByName()
450 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetEnumTypesByName()
565 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetOneofsByName()
691 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_EnumDescriptor_GetValuesByName()
1176 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_FileDescriptor_GetMessageTypesByName()
1191 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_FileDescriptor_GetEnumTypesByName()
1206 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_FileDescriptor_GetExtensionsByName()
[all …]
Ddescriptor_containers.h82 } PyUpb_ByNameMap_Funcs; typedef
88 PyObject* PyUpb_ByNameMap_New(const PyUpb_ByNameMap_Funcs* funcs,
Ddescriptor_containers.c53 const PyUpb_ByNameMap_Funcs* funcs;
70 static PyObject* PyUpb_ByNameIterator_New(const PyUpb_ByNameMap_Funcs* funcs, in PyUpb_ByNameIterator_New()
345 const PyUpb_ByNameMap_Funcs* funcs;
361 PyObject* PyUpb_ByNameMap_New(const PyUpb_ByNameMap_Funcs* funcs, in PyUpb_ByNameMap_New()