Home
last modified time | relevance | path

Searched defs:py_msg (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/python/
Drepeated.c540 PyObject* py_msg = PyUpb_RepeatedCompositeContainer_AppendNew(_self); in PyUpb_RepeatedCompositeContainer_Add() local
553 PyObject* py_msg = PyUpb_RepeatedCompositeContainer_AppendNew(_self); in PyUpb_RepeatedCompositeContainer_Append() local
587 PyObject* py_msg = PyUpb_Message_Get(msg, m, self->arena); in PyUpb_RepeatedContainer_Insert() local
Dunknown_fields.c238 PyObject* py_msg = NULL; in PyUpb_UnknownFieldSet_New() local
Dmessage.c851 PyUpb_Message* py_msg = (void*)PyType_GenericAlloc((PyTypeObject*)cls, 0); in PyUpb_Message_Get() local