Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.h64 bool PyUpb_Map_Init(PyObject* m);
Dprotobuf.c342 !PyUpb_InitExtensionDict(m) || !PyUpb_Map_Init(m) || in PyInit__message()
Dmap.c511 bool PyUpb_Map_Init(PyObject* m) { in PyUpb_Map_Init() function