Home
last modified time | relevance | path

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/
Dprotobuf.c144 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()
Dprotobuf.h149 void PyUpb_WeakMap_Add(PyUpb_WeakMap* map, const void* key, PyObject* py_obj);
Ddescriptor_pool.c67 PyUpb_WeakMap_Add(obj_cache, pool->symtab, &pool->ob_base); in PyUpb_DescriptorPool_DoCreateWithCache()
Dmessage.c886 PyUpb_WeakMap_Add(self->unset_subobj_map, field, subobj); in PyUpb_Message_GetStub()