Home
last modified time | relevance | path

Searched refs:PyUpb_ByNumberMap (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.c562 } PyUpb_ByNumberMap; typedef
564 PyUpb_ByNumberMap* PyUpb_ByNumberMap_Self(PyObject* obj) { in PyUpb_ByNumberMap_Self()
566 return (PyUpb_ByNumberMap*)obj; in PyUpb_ByNumberMap_Self()
572 PyUpb_ByNumberMap* map = (void*)PyType_GenericAlloc(s->by_number_map_type, 0); in PyUpb_ByNumberMap_New()
581 PyUpb_ByNumberMap* self = PyUpb_ByNumberMap_Self(_self); in PyUpb_ByNumberMap_Dealloc()
587 PyUpb_ByNumberMap* self = PyUpb_ByNumberMap_Self(_self); in PyUpb_ByNumberMap_Length()
591 static const void* PyUpb_ByNumberMap_LookupHelper(PyUpb_ByNumberMap* self, in PyUpb_ByNumberMap_LookupHelper()
605 PyUpb_ByNumberMap* self = PyUpb_ByNumberMap_Self(_self); in PyUpb_ByNumberMap_Subscript()
625 PyUpb_ByNumberMap* self = PyUpb_ByNumberMap_Self(_self); in PyUpb_ByNumberMap_Get()
643 PyUpb_ByNumberMap* self = PyUpb_ByNumberMap_Self(_self); in PyUpb_ByNumberMap_GetIter()
[all …]