Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dextension_dict.c41 } PyUpb_ExtensionDict; typedef
45 PyUpb_ExtensionDict* ext_dict = in PyUpb_ExtensionDict_New()
54 PyUpb_ExtensionDict* self = (PyUpb_ExtensionDict*)_self; in PyUpb_ExtensionDict_FindExtensionByName()
69 PyUpb_ExtensionDict* self = (PyUpb_ExtensionDict*)_self; in PyUpb_ExtensionDict_FindExtensionByNumber()
86 static void PyUpb_ExtensionDict_Dealloc(PyUpb_ExtensionDict* self) { in PyUpb_ExtensionDict_Dealloc()
99 PyUpb_ExtensionDict* self = (PyUpb_ExtensionDict*)_self; in PyUpb_ExtensionDict_RichCompare()
102 PyUpb_ExtensionDict* other = (PyUpb_ExtensionDict*)_other; in PyUpb_ExtensionDict_RichCompare()
110 PyUpb_ExtensionDict* self = (PyUpb_ExtensionDict*)_self; in PyUpb_ExtensionDict_Contains()
124 PyUpb_ExtensionDict* self = (PyUpb_ExtensionDict*)_self; in PyUpb_ExtensionDict_Length()
130 PyUpb_ExtensionDict* self = (PyUpb_ExtensionDict*)_self; in PyUpb_ExtensionDict_Subscript()
[all …]