Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c215 return PyUpb_UpbToPy(u_val, val_f, self->arena); in PyUpb_MapContainer_Subscript()
260 return PyUpb_UpbToPy(u_val, val_f, self->arena); in PyUpb_MapContainer_Get()
323 PyObject* key = PyUpb_UpbToPy(map_key, key_f, self->arena); in PyUpb_MapContainer_Repr()
324 PyObject* val = PyUpb_UpbToPy(map_val, val_f, self->arena); in PyUpb_MapContainer_Repr()
481 return PyUpb_UpbToPy(key, key_f, self->map->arena); in PyUpb_MapIterator_IterNext()
Drepeated.c266 return PyUpb_UpbToPy(upb_Array_Get(arr, index), f, self->arena); in PyUpb_RepeatedContainer_Item()
278 PyObject* val = PyUpb_UpbToPy(upb_Array_Get(arr, i), f, self->arena); in PyUpb_RepeatedContainer_ToList()
325 return PyUpb_UpbToPy(upb_Array_Get(arr, idx), f, self->arena); in PyUpb_RepeatedContainer_Subscript()
330 PyObject* item = PyUpb_UpbToPy(msgval, f, self->arena); in PyUpb_RepeatedContainer_Subscript()
Dconvert.h40 PyObject* PyUpb_UpbToPy(upb_MessageValue val, const upb_FieldDef* f,
Dconvert.c39 PyObject* PyUpb_UpbToPy(upb_MessageValue val, const upb_FieldDef* f, in PyUpb_UpbToPy() function
Ddescriptor.c1007 return PyUpb_UpbToPy(upb_FieldDef_Default(self->def), self->def, NULL); in PyUpb_FieldDescriptor_GetDefaultValue()
Dmessage.c915 return PyUpb_UpbToPy(val, field, self->arena); in PyUpb_Message_GetScalarValue()