Home
last modified time | relevance | path

Searched refs:PyUpb_Message_SetConcreteSubobj (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.h42 void PyUpb_Message_SetConcreteSubobj(PyObject* _self, const upb_FieldDef* f,
Dmap.c148 PyUpb_Message_SetConcreteSubobj(self->ptr.parent, f, msgval); in PyUpb_MapContainer_EnsureReified()
Drepeated.c132 PyUpb_Message_SetConcreteSubobj(self->ptr.parent, f, in PyUpb_RepeatedContainer_EnsureReified()
Dmessage.c787 void PyUpb_Message_SetConcreteSubobj(PyObject* _self, const upb_FieldDef* f, in PyUpb_Message_SetConcreteSubobj() function