Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field.h89 inline int CalculateReserve(Iter /*begin*/, Iter /*end*/, in CalculateReserve() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DTimeLimitedMotionEventBuffer.java189 class Iter implements ListIterator<MotionEvent> { class in TimeLimitedMotionEventBuffer
193 Iter(int index) { in Iter() method in TimeLimitedMotionEventBuffer.Iter
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.cc532 static PyObject* Iter(PyContainer* self) { in Iter() function