Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.h37 void PyUpb_Message_CacheDelete(PyObject* _self, const upb_FieldDef* f);
Dmessage.c782 void PyUpb_Message_CacheDelete(PyObject* _self, const upb_FieldDef* f) { in PyUpb_Message_CacheDelete() function
791 PyUpb_Message_CacheDelete(_self, f); in PyUpb_Message_SetConcreteSubobj()
800 PyUpb_Message_CacheDelete((PyObject*)self->ptr.parent, in PyUpb_Message_Dealloc()
Dmap.c76 PyUpb_Message_CacheDelete(self->ptr.parent, in PyUpb_MapContainer_Dealloc()
Drepeated.c142 PyUpb_Message_CacheDelete(self->ptr.parent, in PyUpb_RepeatedContainer_Dealloc()