Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c450 } PyUpb_MapIterator; typedef
454 PyUpb_MapIterator* iter = in PyUpb_MapIterator_New()
464 PyUpb_MapIterator* self = (PyUpb_MapIterator*)_self; in PyUpb_MapIterator_Dealloc()
470 PyUpb_MapIterator* self = (PyUpb_MapIterator*)_self; in PyUpb_MapIterator_IterNext()
491 PYUPB_MODULE_NAME ".MapIterator", sizeof(PyUpb_MapIterator), 0,