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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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++/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...]

Completed in 5652 milliseconds