Home
last modified time | relevance | path

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/
Drepeated.h63 PyObject* PyUpb_RepeatedCompositeContainer_Add(PyObject* _self, PyObject* args,
Drepeated.c587 PyObject* PyUpb_RepeatedCompositeContainer_Add(PyObject* _self, PyObject* args, in PyUpb_RepeatedCompositeContainer_Add() function
656 {"add", (PyCFunction)PyUpb_RepeatedCompositeContainer_Add,
Dmessage.c401 m = PyUpb_RepeatedCompositeContainer_Add(repeated, NULL, e); in PyUpb_Message_InitRepeatedMessageAttribute()
404 m = PyUpb_RepeatedCompositeContainer_Add(repeated, NULL, NULL); in PyUpb_Message_InitRepeatedMessageAttribute()