Home
last modified time | relevance | path

Searched refs:get_iterator (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/unordered/test/exception/
Dinsert_exception_tests.cpp42 template <typename T> T get_iterator(T const& x) { return x; } in get_iterator() function
44 template <typename T> T get_iterator(std::pair<T, bool> const& x) in get_iterator() function
157 pos = get_iterator(x.insert(pos, *it)); in operator ()()
210 pos = get_iterator(x.emplace_hint(pos, *it)); in operator ()()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh206 if (OT::glyf::CompositeGlyphHeader::get_iterator (&glyph, in _fix_component_gids()
239 …if (unlikely (!OT::glyf::CompositeGlyphHeader::get_iterator (&glyph, glyph.length, &composite_it))… in _remove_composite_instruction_flag()
348 static bool get_iterator (const char * glyph_data, in get_iterator() function
414 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
548 …if (unlikely (!CompositeGlyphHeader::get_iterator (&glyph, glyph.length, &composite_it))) return f… in get_instruction_length()
/third_party/boost/libs/locale/src/icu/
Dboundary.cpp107 icu::BreakIterator *get_iterator(boundary_type t,icu::Locale const &loc) in get_iterator() function
138 hold_ptr<icu::BreakIterator> bi(get_iterator(t,loc)); in do_map()
/third_party/python/Doc/library/
Dabc.rst121 def get_iterator(self):
131 def get_iterator(self):
145 here can still be called from subclasses. The :meth:`get_iterator` method
157 :meth:`__getitem__`). Note that this will not make ``get_iterator``
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh679 composite_iter_t get_iterator () const in get_iterator() function
687 for (auto &item : get_iterator ()) in instructions_length()
703 for (const auto &_ : get_iterator ()) in drop_hints()
724 return CompositeGlyph (*header, bytes).get_iterator (); in get_composite_iterator()
778 unsigned num_points = hb_len (CompositeGlyph (*header, bytes).get_iterator ()); in get_points()
/third_party/harfbuzz/src/
Dhb-ot-glyf-table.hh638 composite_iter_t get_iterator () const in get_iterator() function
646 for (auto &item : get_iterator ()) in instructions_length()
662 for (const auto &_ : get_iterator ()) in drop_hints()
677 return CompositeGlyph (*header, bytes).get_iterator (); in get_composite_iterator()
722 unsigned num_points = hb_len (CompositeGlyph (*header, bytes).get_iterator ()); in get_points()
/third_party/boost/boost/msm/front/euml/
Dcontainer.hpp144 typedef typename get_iterator<
151 typedef typename get_iterator<
199 typedef typename get_iterator<
206 typedef typename get_iterator<
1060 typedef typename get_iterator<
1067 typedef typename get_iterator<
1155 typename get_iterator<
1163 typename get_iterator<
2619 typedef typename get_iterator<
2626 typedef typename get_iterator<
[all …]
Dcommon.hpp74 struct get_iterator struct
2447 #define RESULT_TYPE2_GET_ITERATOR_REMOVE_REF_PARAM1 typename get_iterator<typename ::boost::remove_…
2448 #define RESULT_TYPE_GET_ITERATOR_REMOVE_REF_PARAM1 typename get_iterator<typename ::boost::remove_r…
/third_party/boost/libs/python/doc/
Dtutorial.qbk1547 object get_iterator = iterator<vector<int> >();
1548 object iter = get_iterator(v);