Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor_pool.c46 } PyUpb_DescriptorPool; typedef
63 PyUpb_DescriptorPool* pool = (void*)PyType_GenericAlloc(type, 0); in PyUpb_DescriptorPool_DoCreateWithCache()
78 return ((PyUpb_DescriptorPool*)pool)->symtab; in PyUpb_DescriptorPool_GetSymtab()
81 static int PyUpb_DescriptorPool_Traverse(PyUpb_DescriptorPool* self, in PyUpb_DescriptorPool_Traverse()
87 static int PyUpb_DescriptorPool_Clear(PyUpb_DescriptorPool* self) { in PyUpb_DescriptorPool_Clear()
98 static void PyUpb_DescriptorPool_Dealloc(PyUpb_DescriptorPool* self) { in PyUpb_DescriptorPool_Dealloc()
127 static bool PyUpb_DescriptorPool_TryLoadFileProto(PyUpb_DescriptorPool* self, in PyUpb_DescriptorPool_TryLoadFileProto()
144 static bool PyUpb_DescriptorPool_TryLoadSymbol(PyUpb_DescriptorPool* self, in PyUpb_DescriptorPool_TryLoadSymbol()
154 static bool PyUpb_DescriptorPool_TryLoadFilename(PyUpb_DescriptorPool* self, in PyUpb_DescriptorPool_TryLoadFilename()
167 PyUpb_DescriptorPool* self, google_protobuf_FileDescriptorProto* proto) { in PyUpb_DescriptorPool_LoadDependentFiles()
[all …]