Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc201 static PyObject* ExtendMethod(PyObject* self, PyObject* value) { in ExtendMethod() function
524 { "extend", ExtendMethod, METH_O, in Subscript()
Drepeated_scalar_container.cc559 static PyObject* ExtendMethod(PyObject* self, PyObject* value) { in Subscript() function
720 { "extend", ExtendMethod, METH_O, in Subscript()