Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dprotobuf.c161 PyObject* PyUpb_WeakMap_Get(PyUpb_WeakMap* map, const void* key) { in PyUpb_WeakMap_Get() function
212 return PyUpb_WeakMap_Get(PyUpb_ObjCache_Instance(), key); in PyUpb_ObjCache_Get()
Dprotobuf.h156 PyObject* PyUpb_WeakMap_Get(PyUpb_WeakMap* map, const void* key);
Dmessage.c875 PyObject* subobj = PyUpb_WeakMap_Get(self->unset_subobj_map, field); in PyUpb_Message_GetStub()
1334 ? PyUpb_WeakMap_Get(self->unset_subobj_map, f) in PyUpb_Message_DoClearField()