Searched refs:PyUpb_ObjCache_Add (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | repeated.c | 117 PyUpb_ObjCache_Add(arr, &self->ob_base); in PyUpb_RepeatedContainer_Reify() 194 PyUpb_ObjCache_Add(arr, ret); in PyUpb_RepeatedContainer_GetOrCreateWrapper() 211 PyUpb_ObjCache_Add(clone->ptr.arr, (PyObject*)clone); in PyUpb_RepeatedContainer_DeepCopy()
|
D | message.c | 265 PyUpb_ObjCache_Add(msg->ptr.msg, ret); in PyUpb_Message_New() 606 PyUpb_ObjCache_Add(m->ptr.msg, &m->ob_base); in PyUpb_Message_InitAsMsg() 682 PyUpb_ObjCache_Add(msg, &self->ob_base); in PyUpb_Message_Reify() 844 PyUpb_ObjCache_Add(u_msg, ret); in PyUpb_Message_Get() 1771 PyUpb_ObjCache_Add(meta->layout, ret); in PyUpb_MessageMeta_DoCreateClass()
|
D | map.c | 122 PyUpb_ObjCache_Add(map, &self->ob_base); in PyUpb_MapContainer_Reify() 354 PyUpb_ObjCache_Add(map, &ret->ob_base); in PyUpb_MapContainer_GetOrCreateWrapper()
|
D | protobuf.h | 178 void PyUpb_ObjCache_Add(const void* key, PyObject* py_obj);
|
D | protobuf.c | 195 void PyUpb_ObjCache_Add(const void* key, PyObject* py_obj) { in PyUpb_ObjCache_Add() function
|
D | descriptor.c | 72 PyUpb_ObjCache_Add(def, &base->ob_base); in PyUpb_DescriptorBase_DoCreate()
|