Home
last modified time | relevance | path

Searched refs:_Safe_iterator (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/debug/
Dsafe_iterator.h68 class _Safe_iterator : public _Safe_iterator_base
70 typedef _Safe_iterator _Self;
90 return __is_same<const_iterator, _Safe_iterator>::value; in _M_constant()
104 _Safe_iterator() : _M_current() { } in _Safe_iterator() function
113 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq) in _Safe_iterator() function
125 _Safe_iterator(const _Safe_iterator& __x) in _Safe_iterator() function
141 _Safe_iterator( in _Safe_iterator() function
142 const _Safe_iterator<_MutableIterator, in _Safe_iterator()
158 _Safe_iterator&
159 operator=(const _Safe_iterator& __x)
[all …]
Dsafe_iterator.tcc42 _Safe_iterator<_Iterator, _Sequence>::
76 _Safe_iterator<_Iterator, _Sequence>::
77 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const in _M_valid_range()
110 _Safe_iterator<_Iterator, _Sequence>::
119 _Safe_iterator<_Iterator, _Sequence>::
Dfunctions.h46 class _Safe_iterator; variable
68 __check_singular(const _Safe_iterator<_Iterator, _Sequence>& __x) in __check_singular()
87 __check_dereferenceable(const _Safe_iterator<_Iterator, _Sequence>& __x) in __check_dereferenceable()
148 __valid_range(const _Safe_iterator<_Iterator, _Sequence>& __first, in __valid_range()
149 const _Safe_iterator<_Iterator, _Sequence>& __last) in __valid_range()
Dsafe_sequence.h46 class _Safe_iterator; variable
119 _M_transfer_iter(const _Safe_iterator<_Iterator, _Sequence>& __x);
159 _M_transfer_iter(const _Safe_iterator<_Iterator, _Sequence>& __x) in _M_transfer_iter()
Dformatter.h62 class _Safe_iterator;
212 _Parameter(const _Safe_iterator<_Iterator, _Sequence>& __it,
220 __is_same<_Safe_iterator<_Iterator, _Sequence>,
Dhash_multiset.h70 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator,
72 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
Dhash_set.h69 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, hash_set>
71 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
Dhash_multimap.h72 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator,
74 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
Dhash_map.h72 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, hash_map>
74 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
Dset.h65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
Dmultiset.h65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
Dmultimap.h65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multimap>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
Dmap.h65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map>
Ddeque58 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator,deque>
60 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,deque>
Dvector63 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator,vector>
65 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,vector>
Dlist86 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, list>
88 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, list>
Dstring66 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, basic_string>
68 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
/freebsd-9-stable/contrib/libstdc++/
DChangeLog382 * include/debug/safe_iterator.h (_Safe_iterator<>::_M_attach_single,
385 (_Safe_iterator<>::_M_invalidate): Adjust, forward to
DChangeLog-2005708 * include/debug/safe_iterator.h (operator-(const _Safe_iterator
709 <_Iterator, _Sequence>&, const _Safe_iterator<_Iterator,
DChangeLog-20043556 * include/debug/safe_iterator.h (_Safe_iterator converting
3558 incoming _Safe_iterator has exactly the right iterator type.