Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c202 PyUpb_WeakMap* unset_subobj_map; member
260 msg->unset_subobj_map = NULL; in PyUpb_Message_New()
553 msg->unset_subobj_map = NULL; in PyUpb_Message_NewStub()
614 PyUpb_WeakMap_Delete(parent->unset_subobj_map, f); in PyUpb_Message_SetField()
708 PyUpb_WeakMap* subobj_map = self->unset_subobj_map; in PyUpb_Message_SyncSubobjs()
784 PyUpb_WeakMap_Delete(self->unset_subobj_map, f); in PyUpb_Message_CacheDelete()
807 if (self->unset_subobj_map) { in PyUpb_Message_Dealloc()
808 PyUpb_WeakMap_Free(self->unset_subobj_map); in PyUpb_Message_Dealloc()
838 py_msg->unset_subobj_map = NULL; in PyUpb_Message_Get()
872 if (!self->unset_subobj_map) { in PyUpb_Message_GetStub()
[all …]