Home
last modified time | relevance | path

Searched refs:PyUpb_DescriptorPool_TryLoadSymbol (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.c144 static bool PyUpb_DescriptorPool_TryLoadSymbol(PyUpb_DescriptorPool* self, in PyUpb_DescriptorPool_TryLoadSymbol() function
344 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindExtensionByName()
369 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindMessageTypeByName()
410 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindFieldByName()
441 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindEnumTypeByName()
471 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindOneofByName()
493 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindServiceByName()
516 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindMethodByName()
539 if (!PyUpb_DescriptorPool_TryLoadSymbol(self, arg)) return NULL; in PyUpb_DescriptorPool_FindFileContainingSymbol()