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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]

Completed in 51 milliseconds