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

  /external/stlport/stlport/stl/debug/
_iterator.h 94 { return (__it._Get_container_ptr() != 0) && !(__it._M_iterator == (__it._Get_container_ptr())->end()); }
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {}
142 __owned_link(__c), _M_iterator(*(const _Nonconst_iterator*)&__it) {}
153 _Nonconst_iterator _M_iterator;
159 ++_M_iterator;
165 _Decrement(_M_iterator, _Iterator_category());
171 _Advance(_M_iterator, __n, _Iterator_category())
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 94 { return (__it._Get_container_ptr() != 0) && !(__it._M_iterator == (__it._Get_container_ptr())->end()); }
104 return (__c != 0) && ((__n == 1 && __it._M_iterator != __c->end() ) ||
105 (__n == -1 && __it._M_iterator != __c->begin()));
113 ptrdiff_t __new_pos = (__it._M_iterator - __c->begin()) + __n;
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {}
142 __owned_link(__c), _M_iterator(*(const _Nonconst_iterator*)&__it) {}
153 _Nonconst_iterator _M_iterator;
159 ++_M_iterator;
165 _Decrement(_M_iterator, _Iterator_category());
171 _Advance(_M_iterator, __n, _Iterator_category())
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
formatter.h 165 } _M_iterator;
211 _M_variant._M_iterator._M_name = __name;
212 _M_variant._M_iterator._M_address = &__it;
213 _M_variant._M_iterator._M_type = &typeid(__it);
214 _M_variant._M_iterator._M_constness =
218 _M_variant._M_iterator._M_sequence = __it._M_get_sequence();
219 _M_variant._M_iterator._M_seq_type = &typeid(_Sequence);
222 _M_variant._M_iterator._M_state = __singular;
228 _M_variant._M_iterator._M_state = __end;
230 _M_variant._M_iterator._M_state = __begin
    [all...]

Completed in 174 milliseconds