HomeSort by relevance Sort by last modified time
    Searched defs:_Safe_iterator (Results 1 - 13 of 13) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_iterator.h 49 _S_Is(const _Safe_iterator<_Iterator, _Sequence>&)
54 _S_Is_Beginnest(const _Safe_iterator<_Iterator, _Sequence>& __it)
104 * The class template %_Safe_iterator is a wrapper around an
109 * %_Safe_iterator has member functions for iterator invalidation,
114 class _Safe_iterator : public _Safe_iterator_base
116 typedef _Safe_iterator _Self;
125 { return std::__are_same<_Const_iterator, _Safe_iterator>::__value; }
138 _Safe_iterator() _GLIBCXX_NOEXCEPT : _M_current() { }
147 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
159 _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEP
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
safe_iterator.h 67 * The class template %_Safe_iterator is a wrapper around an
72 * %_Safe_iterator has member functions for iterator invalidation,
77 class _Safe_iterator : public _Safe_iterator_base
79 typedef _Safe_iterator _Self;
99 return std::__are_same<const_iterator, _Safe_iterator>::__value;
113 _Safe_iterator() : _M_current() { }
122 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
133 _Safe_iterator(const _Safe_iterator& __x)
150 _Safe_iterator(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_iterator.h 106 * The class template %_Safe_iterator is a wrapper around an
111 * %_Safe_iterator has member functions for iterator invalidation,
116 class _Safe_iterator : public _Safe_iterator_base
118 typedef _Safe_iterator _Self;
128 return std::__are_same<const_iterator, _Safe_iterator>::__value;
142 _Safe_iterator() : _M_current() { }
151 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
162 _Safe_iterator(const _Safe_iterator& __x)
179 _Safe_iterator(_Safe_iterator&& __x) : _M_current(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_iterator.h 106 * The class template %_Safe_iterator is a wrapper around an
111 * %_Safe_iterator has member functions for iterator invalidation,
116 class _Safe_iterator : public _Safe_iterator_base
118 typedef _Safe_iterator _Self;
128 return std::__are_same<const_iterator, _Safe_iterator>::__value;
142 _Safe_iterator() : _M_current() { }
151 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
162 _Safe_iterator(const _Safe_iterator& __x)
179 _Safe_iterator(_Safe_iterator&& __x) : _M_current(
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 53 * The class template %_Safe_iterator is a wrapper around an
58 * %_Safe_iterator has member functions for iterator invalidation,
63 class _Safe_iterator : public _Safe_iterator_base
65 typedef _Safe_iterator _Self;
85 return __is_same<const_iterator, _Safe_iterator>::value;
99 _Safe_iterator() : _M_current() { }
108 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
120 _Safe_iterator(const _Safe_iterator& __x)
136 _Safe_iterator(
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 53 * The class template %_Safe_iterator is a wrapper around an
58 * %_Safe_iterator has member functions for iterator invalidation,
63 class _Safe_iterator : public _Safe_iterator_base
65 typedef _Safe_iterator _Self;
85 return __is_same<const_iterator, _Safe_iterator>::value;
99 _Safe_iterator() : _M_current() { }
108 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
120 _Safe_iterator(const _Safe_iterator& __x)
136 _Safe_iterator(
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 53 * The class template %_Safe_iterator is a wrapper around an
58 * %_Safe_iterator has member functions for iterator invalidation,
63 class _Safe_iterator : public _Safe_iterator_base
65 typedef _Safe_iterator _Self;
85 return __is_same<const_iterator, _Safe_iterator>::value;
99 _Safe_iterator() : _M_current() { }
108 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
120 _Safe_iterator(const _Safe_iterator& __x)
136 _Safe_iterator(
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h 53 * The class template %_Safe_iterator is a wrapper around an
58 * %_Safe_iterator has member functions for iterator invalidation,
63 class _Safe_iterator : public _Safe_iterator_base
65 typedef _Safe_iterator _Self;
85 return __is_same<const_iterator, _Safe_iterator>::value;
99 _Safe_iterator() : _M_current() { }
108 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
120 _Safe_iterator(const _Safe_iterator& __x)
136 _Safe_iterator(
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 67 * The class template %_Safe_iterator is a wrapper around an
72 * %_Safe_iterator has member functions for iterator invalidation,
77 class _Safe_iterator : public _Safe_iterator_base
79 typedef _Safe_iterator _Self;
99 return std::__are_same<const_iterator, _Safe_iterator>::__value;
113 _Safe_iterator() : _M_current() { }
122 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
133 _Safe_iterator(const _Safe_iterator& __x)
150 _Safe_iterator(
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 108 * The class template %_Safe_iterator is a wrapper around an
113 * %_Safe_iterator has member functions for iterator invalidation,
118 class _Safe_iterator : public _Safe_iterator_base
120 typedef _Safe_iterator _Self;
130 return std::__are_same<const_iterator, _Safe_iterator>::__value;
144 _Safe_iterator() : _M_current() { }
153 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
164 _Safe_iterator(const _Safe_iterator& __x)
181 _Safe_iterator(_Safe_iterator&& __x) : _M_current(
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 67 * The class template %_Safe_iterator is a wrapper around an
72 * %_Safe_iterator has member functions for iterator invalidation,
77 class _Safe_iterator : public _Safe_iterator_base
79 typedef _Safe_iterator _Self;
99 return std::__are_same<const_iterator, _Safe_iterator>::__value;
113 _Safe_iterator() : _M_current() { }
122 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
133 _Safe_iterator(const _Safe_iterator& __x)
150 _Safe_iterator(
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 108 * The class template %_Safe_iterator is a wrapper around an
113 * %_Safe_iterator has member functions for iterator invalidation,
118 class _Safe_iterator : public _Safe_iterator_base
120 typedef _Safe_iterator _Self;
130 return std::__are_same<const_iterator, _Safe_iterator>::__value;
144 _Safe_iterator() : _M_current() { }
153 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
164 _Safe_iterator(const _Safe_iterator& __x)
181 _Safe_iterator(_Safe_iterator&& __x) : _M_current(
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_iterator.h 106 * The class template %_Safe_iterator is a wrapper around an
111 * %_Safe_iterator has member functions for iterator invalidation,
116 class _Safe_iterator : public _Safe_iterator_base
118 typedef _Safe_iterator _Self;
128 return std::__are_same<const_iterator, _Safe_iterator>::__value;
142 _Safe_iterator() : _M_current() { }
151 _Safe_iterator(const _Iterator& __i, const _Sequence* __seq)
162 _Safe_iterator(const _Safe_iterator& __x)
179 _Safe_iterator(_Safe_iterator&& __x) : _M_current(
    [all...]

Completed in 444 milliseconds