Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui/include/teeui/
H A Dutf8range.h79 Iter() : begin_{} {} in Iter() function
80 Iter(CharIterator begin) : begin_(begin) {} in Iter() function
81 Iter(const Iter& rhs) : begin_(rhs.begin_) {} in Iter() function
H A Dfont_rendering.h99 Iter() : begin_{} {} in Iter() function
100 Iter(UTF8Iterator begin, UTF8Iterator end) : begin_(begin), end_(end) {} in Iter() function
101 Iter(const Iter& rhs) : begin_(rhs.begin_), end_(rhs.end_) {} in Iter() function
/aosp12/frameworks/native/include/ftl/
H A Dsmall_vector.h274 using Iter = ArrayIterators<SmallVector, T>; variable
277 friend Iter; variable
H A Dstatic_vector.h83 using Iter = ArrayIterators<StaticVector, T>; variable
84 friend Iter; variable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java189 class Iter implements ListIterator<MotionEvent> { class in TimeLimitedMotionEventBuffer
193 Iter(int index) { in Iter() method in TimeLimitedMotionEventBuffer.Iter
/aosp12/packages/services/Car/tools/emulator/
H A Dobd2_to_diagjson.py53 class Iter(object): class
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc3507 using Iter = ScopedArenaVector<HNewInstance*>::iterator; in ReorderMaterializationsForEnvDominance() typedef