Searched refs:PyUpb_RepeatedCompositeContainer_Add (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | repeated.h | 63 PyObject* PyUpb_RepeatedCompositeContainer_Add(PyObject* _self, PyObject* args,
|
D | repeated.c | 587 PyObject* PyUpb_RepeatedCompositeContainer_Add(PyObject* _self, PyObject* args, in PyUpb_RepeatedCompositeContainer_Add() function 656 {"add", (PyCFunction)PyUpb_RepeatedCompositeContainer_Add,
|
D | message.c | 401 m = PyUpb_RepeatedCompositeContainer_Add(repeated, NULL, e); in PyUpb_Message_InitRepeatedMessageAttribute() 404 m = PyUpb_RepeatedCompositeContainer_Add(repeated, NULL, NULL); in PyUpb_Message_InitRepeatedMessageAttribute()
|