| /third_party/boost/libs/iterator/test/ |
| D | filter_iterator_test.cpp | 40 typedef boost::filter_iterator<one_or_four, boost::input_iterator_archetype<dummyT> > Iter; in main() typedef 46 … typedef boost::filter_iterator<one_or_four, boost::input_output_iterator_archetype<dummyT> > Iter; in main() typedef 54 typedef boost::filter_iterator<one_or_four, boost::forward_iterator_archetype<dummyT> > Iter; in main() typedef 60 …pedef boost::filter_iterator<one_or_four, boost::mutable_forward_iterator_archetype<dummyT> > Iter; in main() typedef 67 …typedef boost::filter_iterator<one_or_four, boost::bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef 73 …boost::filter_iterator<one_or_four, boost::mutable_bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef 80 …typedef boost::filter_iterator<one_or_four, boost::random_access_iterator_archetype<dummyT> > Iter; in main() typedef 86 …boost::filter_iterator<one_or_four, boost::mutable_random_access_iterator_archetype<dummyT> > Iter; in main() typedef 99 typedef boost::filter_iterator<one_or_four, BaseIter> Iter; in main() typedef 111 typedef boost::filter_iterator<one_or_four, BaseIter> Iter; in main() typedef [all …]
|
| D | indirect_iter_member_types.cpp | 37 typedef boost::indirect_iterator<int**> Iter; in main() typedef 49 typedef boost::indirect_iterator<int const**> Iter; in main() typedef 55 typedef boost::indirect_iterator<int**, int> Iter; in main() typedef 61 typedef boost::indirect_iterator<int**, const int> Iter; in main() typedef 67 typedef boost::indirect_iterator<my_ptr*> Iter; in main() typedef 80 … typedef boost::indirect_iterator<char**, int, std::random_access_iterator_tag, long&, short> Iter; in main() typedef
|
| D | reverse_iterator_test.cpp | 30 typedef boost::reverse_iterator<boost::bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef 37 typedef boost::reverse_iterator<boost::mutable_bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef 50 typedef boost::reverse_iterator<iter> Iter; in main() typedef 76 typedef boost::reverse_iterator<iter> Iter; in main() typedef 88 typedef boost::reverse_iterator<iter> Iter; in main() typedef 100 typedef boost::reverse_iterator<iter> Iter; in main() typedef
|
| D | lvalue_concept_fail.cpp | 16 > Iter; in main() typedef
|
| /third_party/boost/libs/concept_check/test/ |
| D | concept_check_test.cpp | 132 typedef input_iterator_archetype<null_archetype<> > Iter; in main() typedef 136 typedef output_iterator_archetype<int> Iter; in main() typedef 140 typedef input_output_iterator_archetype<int> Iter; in main() typedef 145 typedef forward_iterator_archetype<null_archetype<> > Iter; in main() typedef 149 typedef mutable_forward_iterator_archetype<assignable_archetype<> > Iter; in main() typedef 153 typedef bidirectional_iterator_archetype<null_archetype<> > Iter; in main() typedef 158 Iter; in main() typedef 162 typedef random_access_iterator_archetype<null_archetype<> > Iter; in main() typedef 167 Iter; in main() typedef
|
| /third_party/boost/boost/graph/detail/ |
| D | incidence_iterator.hpp | 84 inline bool operator==(const bidir_incidence_iterator< V, E, Iter, Dir >& x, in operator ==() argument 90 inline bool operator!=(const bidir_incidence_iterator< V, E, Iter, Dir >& x, in operator !=() argument
|
| /third_party/flutter/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
|
| /third_party/flutter/skia/tools/ |
| D | SkMetaData.h | 66 class Iter; variable 67 friend class Iter; variable 71 Iter() : fRec(nullptr) {} in Iter() function
|
| /third_party/skia/src/gpu/tessellate/ |
| D | MiddleOutPolygonTriangulator.h | 98 struct Iter { struct 108 Iter begin() const { return {fMiddleOut ? fMiddleOut->fTop : fEnd, fLastPoint}; } in begin() argument
|
| D | PathTessellator.h | 51 struct Iter { struct 57 const PathDrawList* fHead;
|
| /third_party/skia/tools/ |
| D | SkMetaData.h | 66 class Iter; variable 67 friend class Iter; variable 71 Iter() : fRec(nullptr) {} in Iter() function
|
| /third_party/skia/third_party/externals/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() 844 IterationState Iter; in scan() local
|
| /third_party/flutter/skia/src/pdf/ |
| D | SkPDFFont.cpp | 415 struct Iter { struct 416 void operator++() { in operator ++() 420 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *() 421 bool operator!=(const Iter& rhs) const { in operator !=() 424 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() function 426 const SkGlyphID fFirst; 427 int fCurrent; // must be int to make fLast+1 to fit
|
| /third_party/boost/libs/tokenizer/test/ |
| D | examples.cpp | 81 typedef token_iterator_generator<char_delimiters_separator<char> >::type Iter; in test_main() typedef 91 typedef token_iterator_generator<escaped_list_separator<char> >::type Iter; in test_main() typedef 109 typedef token_iterator_generator<offset_separator>::type Iter; in test_main() typedef
|
| D | simple_example_5.cpp | 25 typedef token_iterator_generator<offset_separator>::type Iter; in main() typedef
|
| /third_party/boost/libs/algorithm/test/ |
| D | hex_test3.cpp | 28 typedef std::ostream_iterator<char_type, char_type> Iter; in test_to_hex() typedef 56 typedef std::ostream_iterator<char_type, char_type> Iter; in test_from_hex_success() typedef
|
| /third_party/skia/include/utils/ |
| D | SkNWayCanvas.h | 86 class Iter; variable
|
| /third_party/boost/libs/container/bench/ |
| D | bench_static_vector.cpp | 33 static const std::size_t Iter = 50; variable 35 static const std::size_t Iter = 5; variable
|
| /third_party/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() function 429 const SkGlyphID fFirst; 430 int fCurrent; // must be int to make fLast+1 to fit
|
| /third_party/flutter/skia/include/utils/ |
| D | SkNWayCanvas.h | 87 class Iter; variable
|
| /third_party/skia/experimental/graphite/src/ |
| D | GraphicsPipelineDesc.h | 57 Iter() : fCurr(nullptr), fRemaining(0) {} in Iter() function 58 Iter(const Iter& iter) : fCurr(iter.fCurr), fRemaining(iter.fRemaining) {} in Iter() function 64 Iter(const Attribute* attrs, int count) : fCurr(attrs), fRemaining(count) { in Iter() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | InterfaceFile.cpp | 33 auto Iter = in addEntry() local 61 auto Iter = lower_bound(ParentUmbrellas, Target_, in addParentUmbrella() local 75 auto Iter = lower_bound(UUIDs, Target_, in addUUID() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | DebugStringTableSubsection.cpp | 98 auto Iter = StringToId.find(S); in getIdForString() local 104 auto Iter = IdToString.find(Id); in getStringForId() local
|
| /third_party/flutter/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
|
| /third_party/skia/src/core/ |
| D | SkTInternalLList.h | 198 Iter() : fCurr(nullptr) {} in Iter() function 199 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
|