Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c179 if (!PyUpb_PyToUpb(key, key_f, &u_key, arena)) return -1; in PyUpb_MapContainer_AssignSubscript()
182 if (!PyUpb_PyToUpb(val, val_f, &u_val, arena)) return -1; in PyUpb_MapContainer_AssignSubscript()
202 if (!PyUpb_PyToUpb(key, key_f, &u_key, arena)) return NULL; in PyUpb_MapContainer_Subscript()
226 if (!PyUpb_PyToUpb(key, key_f, &u_key, NULL)) return NULL; in PyUpb_MapContainer_Contains()
258 if (!PyUpb_PyToUpb(key, key_f, &u_key, arena)) return NULL; in PyUpb_MapContainer_Get()
Drepeated.c353 if (!PyUpb_PyToUpb(value, f, &msgval, arena)) return -1; in PyUpb_RepeatedContainer_SetSubscript()
385 if (!PyUpb_PyToUpb(item, f, &msgval, arena)) goto err; in PyUpb_RepeatedContainer_SetSubscript()
508 if (!PyUpb_PyToUpb(obj, f, &msgval, arena)) return false; in PyUpb_RepeatedContainer_Assign()
644 if (!PyUpb_PyToUpb(value, f, &msgval, arena)) return NULL; in PyUpb_RepeatedContainer_Insert()
709 if (!PyUpb_PyToUpb(value, f, &msgval, arena)) { in PyUpb_RepeatedScalarContainer_Append()
729 if (!PyUpb_PyToUpb(item, f, &msgval, arena)) { in PyUpb_RepeatedScalarContainer_AssignItem()
Dconvert.h48 bool PyUpb_PyToUpb(PyObject* obj, const upb_FieldDef* f, upb_MessageValue* val,
Dconvert.c225 bool PyUpb_PyToUpb(PyObject* obj, const upb_FieldDef* f, upb_MessageValue* val, in PyUpb_PyToUpb() function
Dmessage.c482 if (!PyUpb_PyToUpb(value, f, &msgval, arena)) return false; in PyUpb_Message_InitScalarAttribute()
963 if (!PyUpb_PyToUpb(value, field, &val, arena)) { in PyUpb_Message_SetFieldValue()