Home
last modified time | relevance | path

Searched refs:AppendMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc126 static PyObject* AppendMethod(PyObject* pself, PyObject* value) { in AppendMethod() function
520 { "append", AppendMethod, METH_O, in Subscript()
Drepeated_scalar_container.cc423 static PyObject* AppendMethod(PyObject* self, PyObject* item) { in Subscript() function
718 { "append", AppendMethod, METH_O, in Subscript()