Home
last modified time | relevance | path

Searched refs:Subscript (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc231 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* slice) { in Subscript() function
320 ScopedPyObjectPtr list(Subscript(self, full_slice.get())); in RichCompare()
325 Subscript(reinterpret_cast<RepeatedCompositeContainer*>(other), in RichCompare()
549 (binaryfunc)Subscript, /* mp_subscript */
Drepeated_composite_container.h142 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* slice);
Ddescriptor_containers.cc263 static PyObject* Subscript(PyContainer* self, PyObject* key) { in Subscript() function
287 (binaryfunc)Subscript, // mp_subscript