Home
last modified time | relevance | path

Searched refs:_List_const_iterator (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_iterator_base_funcs.h74 template <typename> struct _List_const_iterator; in _GLIBCXX_VISIBILITY()
117 __distance(_GLIBCXX_STD_C::_List_const_iterator<_Tp>, in _GLIBCXX_VISIBILITY()
118 _GLIBCXX_STD_C::_List_const_iterator<_Tp>, in _GLIBCXX_VISIBILITY()
H A Dstl_list.h264 struct _List_const_iterator in _GLIBCXX_VISIBILITY() struct
266 typedef _List_const_iterator<_Tp> _Self; in _GLIBCXX_VISIBILITY() argument
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() argument
345 const _List_const_iterator<_Val>& __y) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
351 const _List_const_iterator<_Val>& __y) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
597 typedef _List_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY()
2067 typedef _GLIBCXX_STD_C::_List_const_iterator<_Tp> _CIter; in _GLIBCXX_VISIBILITY()
2073 __distance(_GLIBCXX_STD_C::_List_const_iterator<_Tp> __first, in _GLIBCXX_VISIBILITY()
[all …]
/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() argument
213 _List_const_iterator() in _GLIBCXX_VISIBILITY() function
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
278 const _List_const_iterator<_Val>& __y) in _GLIBCXX_VISIBILITY()
284 const _List_const_iterator<_Val>& __y) in _GLIBCXX_VISIBILITY()
454 typedef _List_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY()