Home
last modified time | relevance | path

Searched defs:_Rb_tree_const_iterator (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_tree.h326 struct _Rb_tree_const_iterator in _GLIBCXX_VISIBILITY() struct
328 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
329 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
330 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
332 typedef _Rb_tree_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
334 typedef bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
335 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
337 typedef _Rb_tree_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
338 typedef _Rb_tree_node_base::_Const_Base_ptr _Base_ptr; in _GLIBCXX_VISIBILITY()
339 typedef const _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_tree.h227 struct _Rb_tree_const_iterator in _GLIBCXX_VISIBILITY() struct
229 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
230 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
231 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
233 typedef _Rb_tree_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
235 typedef bidirectional_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
236 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
238 typedef _Rb_tree_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
239 typedef _Rb_tree_node_base::_Const_Base_ptr _Base_ptr; in _GLIBCXX_VISIBILITY()
240 typedef const _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()
[all …]