/third_party/boost/boost/fusion/adapted/std_array/ |
D | std_array_iterator.hpp | 68 struct advance struct 70 typedef typename Iterator::index index; 71 typedef typename Iterator::array_type array_type; 72 typedef std_array_iterator<array_type, index::value + N::value> type; 75 call(Iterator const& i) in call()
|
/third_party/boost/boost/fusion/container/deque/ |
D | deque_iterator.hpp | 66 struct advance struct 68 typedef typename Iterator::index index; 69 typedef typename Iterator::sequence sequence; 70 typedef deque_iterator<sequence, index::value + N::value> type; 74 call(Iterator const& i) in call()
|
/third_party/boost/boost/fusion/adapted/boost_array/ |
D | array_iterator.hpp | 69 struct advance struct 71 typedef typename Iterator::index index; 72 typedef typename Iterator::array_type array_type; 73 typedef array_iterator<array_type, index::value + N::value> type; 77 call(Iterator const& i) in call()
|
/third_party/boost/boost/fusion/adapted/std_tuple/ |
D | std_tuple_iterator.hpp | 71 struct advance struct 73 static int const index = Iterator::index; 74 typedef typename Iterator::tuple_type tuple_type; 75 typedef std_tuple_iterator<tuple_type, index+N::value> type; 79 call(Iterator const& i) in call()
|
/third_party/boost/boost/fusion/iterator/ |
D | advance.hpp | 72 struct advance struct 88 advance(Iterator const& i) in advance() function
|
D | iterator_adapter.hpp | 49 struct advance struct 55 type; 59 call(Iterator const& it) in call()
|
D | basic_iterator.hpp | 74 struct advance struct 78 type; 82 call(It const& it) in call()
|
/third_party/boost/boost/fusion/adapted/mpl/ |
D | mpl_iterator.hpp | 80 struct advance struct 84 type; 88 call(Iterator const& /*i*/) in call()
|
/third_party/boost/boost/fusion/container/map/ |
D | map_iterator.hpp | 111 struct advance struct 113 typedef typename Iterator::index index; 114 typedef typename Iterator::sequence sequence; 115 typedef map_iterator<sequence, index::value + N::value> type; 119 call(Iterator const& i) in call()
|
/third_party/boost/boost/proto/functional/std/ |
D | iterator.hpp | 21 struct advance struct 25 typedef void result_type; 28 void operator()(InputIterator &x, Distance n) const in operator ()()
|
/third_party/boost/boost/mpl/aux_/ |
D | single_element_iter.hpp | 54 struct advance< aux::sel_iter<T,is_last_>,Distance> struct 59 > type;
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | SmallGlyphMetrics.java | 57 public int advance() { in advance() method in SmallGlyphMetrics 113 public int advance() { in advance() method in SmallGlyphMetrics.Builder 117 public void setAdvance(byte advance) { in setAdvance()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | SmallGlyphMetrics.java | 57 public int advance() { in advance() method in SmallGlyphMetrics 113 public int advance() { in advance() method in SmallGlyphMetrics.Builder 117 public void setAdvance(byte advance) { in setAdvance()
|
/third_party/boost/boost/fusion/iterator/mpl/ |
D | fusion_iterator.hpp | 66 struct advance<fusion_iterator<Iterator>, N> struct 68 typedef fusion_iterator<typename fusion::result_of::advance<Iterator, N>::type> type;
|
/third_party/flutter/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffect() 161 SkScalar advance = buffer.readScalar(); in CreateProc() local 208 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
|
/third_party/boost/boost/spirit/repository/home/qi/primitive/ |
D | advance.hpp | 82 bool advance(Iterator& first, Iterator const& last in advance() function 99 bool advance(Iterator& first, Iterator const& last in advance() function
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Measurement.cpp | 38 float advance = 0.0f; in getRunAdvance() local 97 float advance) { in getOffsetForAdvance()
|
/third_party/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl() 108 SkScalar advance = buffer.readScalar(); in CreateProc() local 238 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
|
/third_party/boost/libs/iterator/doc/ |
D | advance.rst | 7 advance title
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LineIterator.cpp | 50 void line_iterator::advance() { in advance() function in line_iterator
|
/third_party/boost/boost/mpl/vector/aux_/ |
D | iterator.hpp | 84 struct advance< v_iter<Vector,n_>,Distance> struct 89 > type;
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/ |
D | FileInputStream.cpp | 32 void FileInputStream::advance(int32_t numBytes) { in advance() function in parselib::FileInputStream
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 112 void BigGlyphMetrics::Builder::SetHoriAdvance(uint8_t advance) { in SetHoriAdvance() 136 void BigGlyphMetrics::Builder::SetVertAdvance(uint8_t advance) { in SetVertAdvance()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 112 void BigGlyphMetrics::Builder::SetHoriAdvance(uint8_t advance) { in SetHoriAdvance() 136 void BigGlyphMetrics::Builder::SetVertAdvance(uint8_t advance) { in SetVertAdvance()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | advance.rst | 3 advance title
|