Home
last modified time | relevance | path

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

12345678910

/external/rust/crates/quote/src/
Druntime.rs81 type Iter: Iterator; typedef
83 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter); in quote_into_iter()
87 type Iter = T::Iter; typedef
89 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
95 type Iter = T::Iter; typedef
97 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
103 type Iter = slice::Iter<'q, T>; typedef
105 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
111 type Iter = slice::Iter<'q, T>; typedef
113 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
[all …]
/external/skqp/src/gpu/ccpr/
DGrCCSTLList.h50 template<typename U> struct Iter { struct
56 Iter<const T> begin() const { return Iter<const T>{&fHead}; } in begin() argument
/external/skia/src/gpu/ccpr/
DGrCCSTLList.h50 template<typename U> struct Iter { struct
56 Iter<const T> begin() const { return Iter<const T>{&fHead}; } in begin() argument
/external/libchrome/base/
Dobserver_list.h111 Iter() : index_(0), max_index_(0) {} in Iter() function
113 explicit Iter(const ObserverList* list) in Iter() function
134 Iter(const Iter& other) in Iter() function
/external/skia/tools/
DSkMetaData.h66 class Iter; variable
67 friend class Iter; variable
71 Iter() : fRec(nullptr) {} in Iter() function
/external/llvm/lib/Target/
DTargetRecip.cpp131 RecipIter Iter = RecipMap.find(Val); in parseIndividualParams() local
179 ConstRecipIter Iter = RecipMap.find(Key); in isEnabled() local
187 ConstRecipIter Iter = RecipMap.find(Key); in getRefinementSteps() local
/external/skqp/include/utils/
DSkNWayCanvas.h84 class Iter; variable
/external/skia/include/utils/
DSkNWayCanvas.h90 class Iter; variable
/external/skia/src/pdf/
DSkPDFFont.cpp418 struct Iter { struct
419 void operator++() { in operator ++()
423 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *()
424 bool operator!=(const Iter& rhs) const { in operator !=()
427 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() argument
429 const SkGlyphID fFirst;
430 int fCurrent; // must be int to make fLast+1 to fit
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp386 void LinearScan::addSpillFill(IterationState &Iter) { in addSpillFill()
510 void LinearScan::findRegisterPreference(IterationState &Iter) { in findRegisterPreference()
567 void LinearScan::filterFreeWithInactiveRanges(IterationState &Iter) { in filterFreeWithInactiveRanges()
594 void LinearScan::filterFreeWithPrecoloredRanges(IterationState &Iter) { in filterFreeWithPrecoloredRanges()
636 void LinearScan::allocatePreferredRegister(IterationState &Iter) { in allocatePreferredRegister()
647 void LinearScan::allocateFreeRegister(IterationState &Iter, bool Filtered) { in allocateFreeRegister()
663 void LinearScan::handleNoFreeRegisters(IterationState &Iter) { in handleNoFreeRegisters()
869 IterationState Iter; in scan() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp99 auto Iter = StringToId.find(S); in getIdForString() local
105 auto Iter = IdToString.find(Id); in getStringForId() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
Drequires_forward_iterator.fail.cpp23 typedef input_iterator<const int*> Iter; in main() typedef
/external/skqp/include/core/
DSkMetaData.h129 class Iter; variable
130 friend class Iter; variable
134 Iter() : fRec(nullptr) {} in Iter() function
/external/clang/test/SemaTemplate/
Dinstantiate-overloaded-arrow.cpp9 struct Iter { struct
/external/tensorflow/tensorflow/core/lib/io/
Dblock.h50 class Iter; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp55 auto Iter = VecBB->begin(); in TEST_F() local
136 auto Iter = VecBB->begin(); in TEST_F() local
/external/skqp/src/pdf/
DSkPDFFont.cpp538 struct Iter { struct
539 void operator++() { in operator ++()
543 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *()
544 bool operator!=(const Iter& rhs) const { in operator !=()
547 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() argument
549 const SkGlyphID fFirst;
550 int fCurrent; // must be int to make fLast+1 to fit
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h85 Iter() : fCurr(nullptr), fRemaining(0) {} in Iter() function
86 Iter(const Iter& iter) : fCurr(iter.fCurr), fRemaining(iter.fRemaining) {} in Iter() function
92 Iter(const Attribute* attrs, int count) : fCurr(attrs), fRemaining(count) { in Iter() function
/external/skia/src/gpu/
DGrPrimitiveProcessor.h84 Iter() : fCurr(nullptr), fRemaining(0) {} in Iter() function
85 Iter(const Iter& iter) : fCurr(iter.fCurr), fRemaining(iter.fRemaining) {} in Iter() function
91 Iter(const Attribute* attrs, int count) : fCurr(attrs), fRemaining(count) { in Iter() function
/external/skqp/include/private/
DSkTInternalLList.h216 Iter() : fCurr(nullptr) {} in Iter() function
217 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
/external/skia/src/core/
DSkTInternalLList.h198 Iter() : fCurr(nullptr) {} in Iter() function
199 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h96 auto Iter = Values.find(Elem); in find() local
283 auto Iter = Remaps.find(Above.Number); in finalizeSets() local
290 auto Iter = Remaps.find(Below.Number); in finalizeSets() local
299 auto Iter = Remaps.find(Link.Number); in finalizeSets() local
404 auto &Iter = Pair.first; in addAtMerging() local
/external/llvm/lib/Analysis/
DStratifiedSets.h105 auto Iter = Values.find(Elem); in find() local
292 auto Iter = Remaps.find(Above.Number); in finalizeSets() local
299 auto Iter = Remaps.find(Below.Number); in finalizeSets() local
308 auto Iter = Remaps.find(Link.Number); in finalizeSets() local
413 auto &Iter = Pair.first; in addAtMerging() local
/external/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp31 typedef MapT::iterator Iter; in main() typedef
/external/libcxx/test/std/containers/unord/unord.map/
Dcompare.pass.cpp39 typedef MapT::iterator Iter; in main() typedef

12345678910