Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_list.h201 struct _List_const_iterator in _GLIBCXX_VISIBILITY() struct
203 typedef _List_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY()
204 typedef const _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
205 typedef _List_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()
210 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
213 _List_const_iterator() in _GLIBCXX_VISIBILITY() argument
217 _List_const_iterator(const __detail::_List_node_base* __x) in _GLIBCXX_VISIBILITY() argument
220 _List_const_iterator(const iterator& __x) in _GLIBCXX_VISIBILITY() argument
243 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
258 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_list.h264 struct _List_const_iterator in _GLIBCXX_VISIBILITY() struct
267 typedef const _List_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()
270 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
272 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
273 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
274 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
276 _List_const_iterator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
280 _List_const_iterator(const __detail::_List_node_base* __x) in _GLIBCXX_VISIBILITY() argument
284 _List_const_iterator(const iterator& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
310 _Self __tmp = *this; in _GLIBCXX_VISIBILITY()
[all …]