Home
last modified time | relevance | path

Searched defs:py_msg (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.c590 PyObject* py_msg = PyUpb_RepeatedCompositeContainer_AppendNew(_self); in PyUpb_RepeatedCompositeContainer_Add() local
603 PyObject* py_msg = PyUpb_RepeatedCompositeContainer_AppendNew(_self); in PyUpb_RepeatedCompositeContainer_Append() local
637 PyObject* py_msg = PyUpb_Message_Get(msg, m, self->arena); in PyUpb_RepeatedContainer_Insert() local
Dunknown_fields.c258 PyObject* py_msg = NULL; in PyUpb_UnknownFieldSet_New() local
Dmessage.c834 PyUpb_Message* py_msg = (void*)PyType_GenericAlloc((PyTypeObject*)cls, 0); in PyUpb_Message_Get() local