/external/rust/crates/quote/src/ |
D | runtime.rs | 81 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/ |
D | GrCCSTLList.h | 50 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/ |
D | GrCCSTLList.h | 50 template<typename U> struct Iter { struct 56 Iter<const T> begin() const { return Iter<const T>{&fHead}; } in begin() argument
|
/external/libchrome/base/ |
D | observer_list.h | 111 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/ |
D | SkMetaData.h | 66 class Iter; variable 67 friend class Iter; variable 71 Iter() : fRec(nullptr) {} in Iter() function
|
/external/llvm/lib/Target/ |
D | TargetRecip.cpp | 131 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/ |
D | SkNWayCanvas.h | 84 class Iter; variable
|
/external/skia/include/utils/ |
D | SkNWayCanvas.h | 90 class Iter; variable
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 418 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/ |
D | IceRegAlloc.cpp | 386 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/ |
D | DebugStringTableSubsection.cpp | 99 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/ |
D | requires_forward_iterator.fail.cpp | 23 typedef input_iterator<const int*> Iter; in main() typedef
|
/external/skqp/include/core/ |
D | SkMetaData.h | 129 class Iter; variable 130 friend class Iter; variable 134 Iter() : fRec(nullptr) {} in Iter() function
|
/external/clang/test/SemaTemplate/ |
D | instantiate-overloaded-arrow.cpp | 9 struct Iter { struct
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | block.h | 50 class Iter; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/ |
D | VPlanHCFGTest.cpp | 55 auto Iter = VecBB->begin(); in TEST_F() local 136 auto Iter = VecBB->begin(); in TEST_F() local
|
/external/skqp/src/pdf/ |
D | SkPDFFont.cpp | 538 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/ |
D | GrPrimitiveProcessor.h | 85 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/ |
D | GrPrimitiveProcessor.h | 84 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/ |
D | SkTInternalLList.h | 216 Iter() : fCurr(nullptr) {} in Iter() function 217 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
|
/external/skia/src/core/ |
D | SkTInternalLList.h | 198 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/ |
D | StratifiedSets.h | 96 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/ |
D | StratifiedSets.h | 105 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/ |
D | compare.pass.cpp | 31 typedef MapT::iterator Iter; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | compare.pass.cpp | 39 typedef MapT::iterator Iter; in main() typedef
|