Searched refs:PyUpb_WeakMap_Get (Results 1 – 3 of 3) sorted by relevance
161 PyObject* PyUpb_WeakMap_Get(PyUpb_WeakMap* map, const void* key) { in PyUpb_WeakMap_Get() function212 return PyUpb_WeakMap_Get(PyUpb_ObjCache_Instance(), key); in PyUpb_ObjCache_Get()
156 PyObject* PyUpb_WeakMap_Get(PyUpb_WeakMap* map, const void* key);
875 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()