Home
last modified time | relevance | path

Searched defs:iterator_base (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/fusion/support/
Diterator_base.hpp18 struct iterator_base : iterator_root struct
22 cast() const BOOST_NOEXCEPT in cast()
29 cast() BOOST_NOEXCEPT in cast()
/third_party/boost/boost/geometry/iterators/
Dbase.hpp31 struct iterator_base struct
50 inline operator Iterator() const in operator Iterator()
/third_party/boost/boost/numeric/ublas/
Dtraits.hpp492 struct iterator_base { struct
493 typedef forward_iterator_base<std::forward_iterator_tag, I, T> type;
500 struct iterator_base { struct
501 typedef bidirectional_iterator_base<std::bidirectional_iterator_tag, I, T> type;
507 struct iterator_base { struct
508 typedef bidirectional_iterator_base<sparse_bidirectional_iterator_tag, I, T> type;
515 struct iterator_base { struct
516 typedef random_access_iterator_base<std::random_access_iterator_tag, I, T> type;
522 struct iterator_base { struct
523 typedef random_access_iterator_base<packed_random_access_iterator_tag, I, T> type;
[all …]
/third_party/boost/boost/heap/detail/
Dmutable_heap.hpp178 class iterator_base: class in boost::heap::detail::priority_queue_mutable_wrapper
192 iterator_base(void): in iterator_base() function in boost::heap::detail::priority_queue_mutable_wrapper::iterator_base
197 explicit iterator_base(T const & it): in iterator_base() function in boost::heap::detail::priority_queue_mutable_wrapper::iterator_base
/third_party/boost/boost/fusion/iterator/
Diterator_adapter.hpp32 iterator_base_type iterator_base; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base() function
454 iterator_base() in iterator_base() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_size_table.cc512 BitmapGlyphInfoIter* iterator_base) { in HasNext()
559 BitmapGlyphInfoIter* iterator_base) { in Next()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_size_table.cc512 BitmapGlyphInfoIter* iterator_base) { in HasNext()
559 BitmapGlyphInfoIter* iterator_base) { in Next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseMultiSet.h228 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) in iterator_base() function
/third_party/boost/boost/geometry/index/detail/rtree/
Dquery_iterators.hpp273 typedef query_iterator_base<Value, Allocators> iterator_base; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator