Home
last modified time | relevance | path

Searched refs:PyUpb_ByNameMap (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_containers.c348 } PyUpb_ByNameMap; typedef
350 PyUpb_ByNameMap* PyUpb_ByNameMap_Self(PyObject* obj) { in PyUpb_ByNameMap_Self()
352 return (PyUpb_ByNameMap*)obj; in PyUpb_ByNameMap_Self()
356 PyUpb_ByNameMap* self = PyUpb_ByNameMap_Self(_self); in PyUpb_ByNameMap_Dealloc()
364 PyUpb_ByNameMap* map = (void*)PyType_GenericAlloc(s->by_name_map_type, 0); in PyUpb_ByNameMap_New()
373 PyUpb_ByNameMap* self = PyUpb_ByNameMap_Self(_self); in PyUpb_ByNameMap_Length()
378 PyUpb_ByNameMap* self = PyUpb_ByNameMap_Self(_self); in PyUpb_ByNameMap_Subscript()
400 PyUpb_ByNameMap* self = PyUpb_ByNameMap_Self(_self); in PyUpb_ByNameMap_Contains()
408 PyUpb_ByNameMap* self = PyUpb_ByNameMap_Self(_self); in PyUpb_ByNameMap_Get()
429 PyUpb_ByNameMap* self = PyUpb_ByNameMap_Self(_self); in PyUpb_ByNameMap_GetIter()
[all …]