Home
last modified time | relevance | path

Searched refs:PyUpb_DescriptorBase (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.c49 } PyUpb_DescriptorBase; typedef
52 PyUpb_DescriptorBase* base = (void*)desc; in PyUpb_AnyDescriptor_GetPool()
57 PyUpb_DescriptorBase* base = (void*)desc; in PyUpb_AnyDescriptor_GetDef()
61 static PyUpb_DescriptorBase* PyUpb_DescriptorBase_DoCreate( in PyUpb_DescriptorBase_DoCreate()
67 PyUpb_DescriptorBase* base = (void*)PyType_GenericAlloc(type_obj, 0); in PyUpb_DescriptorBase_DoCreate()
82 PyUpb_DescriptorBase* base = (PyUpb_DescriptorBase*)PyUpb_ObjCache_Get(def); in PyUpb_DescriptorBase_Get()
91 static PyUpb_DescriptorBase* PyUpb_DescriptorBase_Check( in PyUpb_DescriptorBase_Check()
100 return (PyUpb_DescriptorBase*)obj; in PyUpb_DescriptorBase_Check()
103 static PyObject* PyUpb_DescriptorBase_GetOptions(PyUpb_DescriptorBase* self, in PyUpb_DescriptorBase_GetOptions()
150 PyUpb_DescriptorBase* self = (void*)_self; in PyUpb_DescriptorBase_GetSerializedProto()
[all …]