Home
last modified time | relevance | path

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

/dragonfly/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()
335 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
341 _Rb_tree_const_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
345 _Rb_tree_const_iterator(_Base_ptr __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
348 _Rb_tree_const_iterator(const iterator& __it) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
373 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
388 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/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()
242 _Rb_tree_const_iterator() in _GLIBCXX_VISIBILITY() function
246 _Rb_tree_const_iterator(_Link_type __x) in _GLIBCXX_VISIBILITY() function
249 _Rb_tree_const_iterator(const iterator& __it) in _GLIBCXX_VISIBILITY() argument
253 _M_const_cast() const in _GLIBCXX_VISIBILITY()
276 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
291 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
[all …]