Searched refs:PyUpb_WeakMap_Add (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | protobuf.c | 144 void PyUpb_WeakMap_Add(PyUpb_WeakMap* map, const void* key, PyObject* py_obj) { in PyUpb_WeakMap_Add() function 196 PyUpb_WeakMap_Add(PyUpb_ObjCache_Instance(), key, py_obj); in PyUpb_ObjCache_Add()
|
D | protobuf.h | 149 void PyUpb_WeakMap_Add(PyUpb_WeakMap* map, const void* key, PyObject* py_obj);
|
D | descriptor_pool.c | 67 PyUpb_WeakMap_Add(obj_cache, pool->symtab, &pool->ob_base); in PyUpb_DescriptorPool_DoCreateWithCache()
|
D | message.c | 886 PyUpb_WeakMap_Add(self->unset_subobj_map, field, subobj); in PyUpb_Message_GetStub()
|