Home
last modified time | relevance | path

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

12345678

/third_party/boost/libs/iterator/test/
Dfilter_iterator_test.cpp40 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 …]
Dindirect_iter_member_types.cpp37 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
Dreverse_iterator_test.cpp30 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
Dlvalue_concept_fail.cpp16 > Iter; in main() typedef
/third_party/boost/libs/concept_check/test/
Dconcept_check_test.cpp132 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/
Dincidence_iterator.hpp84 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/
DGrCCSTLList.h50 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/
DSkMetaData.h66 class Iter; variable
67 friend class Iter; variable
71 Iter() : fRec(nullptr) {} in Iter() function
/third_party/skia/src/gpu/tessellate/
DMiddleOutPolygonTriangulator.h98 struct Iter { struct
108 Iter begin() const { return {fMiddleOut ? fMiddleOut->fTop : fEnd, fLastPoint}; } in begin() argument
DPathTessellator.h51 struct Iter { struct
57 const PathDrawList* fHead;
/third_party/skia/tools/
DSkMetaData.h66 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/
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()
844 IterationState Iter; in scan() local
/third_party/flutter/skia/src/pdf/
DSkPDFFont.cpp415 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/
Dexamples.cpp81 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
Dsimple_example_5.cpp25 typedef token_iterator_generator<offset_separator>::type Iter; in main() typedef
/third_party/boost/libs/algorithm/test/
Dhex_test3.cpp28 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/
DSkNWayCanvas.h86 class Iter; variable
/third_party/boost/libs/container/bench/
Dbench_static_vector.cpp33 static const std::size_t Iter = 50; variable
35 static const std::size_t Iter = 5; variable
/third_party/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() function
429 const SkGlyphID fFirst;
430 int fCurrent; // must be int to make fLast+1 to fit
/third_party/flutter/skia/include/utils/
DSkNWayCanvas.h87 class Iter; variable
/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h57 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/
DInterfaceFile.cpp33 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/
DDebugStringTableSubsection.cpp98 auto Iter = StringToId.find(S); in getIdForString() local
104 auto Iter = IdToString.find(Id); in getStringForId() local
/third_party/flutter/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
/third_party/skia/src/core/
DSkTInternalLList.h198 Iter() : fCurr(nullptr) {} in Iter() function
199 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function

12345678