HomeSort by relevance Sort by last modified time
    Searched refs:_M_base (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
set.h 355 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
358 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
366 { return __lhs._M_base() == __rhs._M_base(); }
372 { return __lhs._M_base() != __rhs._M_base(); }
378 { return __lhs._M_base() < __rhs._M_base(); }
384 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
map.h 478 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
481 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
493 return __lhs._M_base() == __rhs._M_base();
504 return __lhs._M_base() != __rhs._M_base();
515 return __lhs._M_base() < __rhs._M_base();
526 return __lhs._M_base() <= __rhs._M_base();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
multimap.h 408 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
411 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
427 { return __lhs._M_base() == __rhs._M_base(); }
434 { return __lhs._M_base() != __rhs._M_base(); }
441 { return __lhs._M_base() < __rhs._M_base(); }
448 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
multiset.h 401 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
404 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
419 { return __lhs._M_base() == __rhs._M_base(); }
425 { return __lhs._M_base() != __rhs._M_base(); }
431 { return __lhs._M_base() < __rhs._M_base(); }
437 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
safe_local_iterator.h 269 { return base() == _M_get_sequence()->_M_base().begin(_M_bucket); }
273 { return base() == _M_get_sequence()->_M_base().end(_M_bucket); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
multimap.h 350 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
353 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
361 { return __lhs._M_base() == __rhs._M_base(); }
368 { return __lhs._M_base() != __rhs._M_base(); }
375 { return __lhs._M_base() < __rhs._M_base(); }
382 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
multiset.h 341 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
344 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
352 { return __lhs._M_base() == __rhs._M_base(); }
358 { return __lhs._M_base() != __rhs._M_base(); }
364 { return __lhs._M_base() < __rhs._M_base(); }
370 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 355 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
358 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
366 { return __lhs._M_base() == __rhs._M_base(); }
372 { return __lhs._M_base() != __rhs._M_base(); }
378 { return __lhs._M_base() < __rhs._M_base(); }
384 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
map.h 478 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
481 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
493 return __lhs._M_base() == __rhs._M_base();
504 return __lhs._M_base() != __rhs._M_base();
515 return __lhs._M_base() < __rhs._M_base();
526 return __lhs._M_base() <= __rhs._M_base();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
multimap.h 408 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
411 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
427 { return __lhs._M_base() == __rhs._M_base(); }
434 { return __lhs._M_base() != __rhs._M_base(); }
441 { return __lhs._M_base() < __rhs._M_base(); }
448 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
multiset.h 401 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
404 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
419 { return __lhs._M_base() == __rhs._M_base(); }
425 { return __lhs._M_base() != __rhs._M_base(); }
431 { return __lhs._M_base() < __rhs._M_base(); }
437 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
safe_local_iterator.h 269 { return base() == _M_get_sequence()->_M_base().begin(_M_bucket); }
273 { return base() == _M_get_sequence()->_M_base().end(_M_bucket); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
multimap.h 350 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
353 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
361 { return __lhs._M_base() == __rhs._M_base(); }
368 { return __lhs._M_base() != __rhs._M_base(); }
375 { return __lhs._M_base() < __rhs._M_base(); }
382 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
multiset.h 341 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
344 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
352 { return __lhs._M_base() == __rhs._M_base(); }
358 { return __lhs._M_base() != __rhs._M_base(); }
364 { return __lhs._M_base() < __rhs._M_base(); }
370 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 355 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
358 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
366 { return __lhs._M_base() == __rhs._M_base(); }
372 { return __lhs._M_base() != __rhs._M_base(); }
378 { return __lhs._M_base() < __rhs._M_base(); }
384 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
map.h 478 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
481 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
493 return __lhs._M_base() == __rhs._M_base();
504 return __lhs._M_base() != __rhs._M_base();
515 return __lhs._M_base() < __rhs._M_base();
526 return __lhs._M_base() <= __rhs._M_base();
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
map.h 121 : _Base(std::move(__m._M_base()), __a) { }
140 _M_base() = __x;
153 _M_base() = std::move(__x._M_base());
165 _M_base() = __l;
466 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
469 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
476 this->_M_invalidate_if(_Not_equal(_M_base().end()));
485 { return __lhs._M_base() == __rhs._M_base(); }
    [all...]
set.h 120 : _Base(std::move(__x._M_base()), __a) { }
140 _M_base() = __x;
153 _M_base() = std::move(__x._M_base());
165 _M_base() = __l;
451 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
454 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
461 this->_M_invalidate_if(_Not_equal(_M_base().end()));
469 { return __lhs._M_base() == __rhs._M_base(); }
    [all...]
multimap.h 122 : _Base(std::move(__m._M_base()), __a) { }
142 _M_base() = __x;
155 _M_base() = std::move(__x._M_base());
167 _M_base() = __l;
450 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
453 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
469 { return __lhs._M_base() == __rhs._M_base(); }
476 { return __lhs._M_base() != __rhs._M_base();
    [all...]
safe_local_iterator.h 265 { return base() == _M_get_sequence()->_M_base().begin(bucket()); }
269 { return base() == _M_get_sequence()->_M_base().end(bucket()); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
map.h 146 _M_base() = __x;
159 _M_base() = __l;
511 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
514 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
526 return __lhs._M_base() == __rhs._M_base();
537 return __lhs._M_base() != __rhs._M_base();
548 return __lhs._M_base() < __rhs._M_base();
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); }
169 return _M_base._M_open(__s, __m) ? this : 0;
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
179 _STLP_fd fd() const { return _M_base.__get_fd(); }
187 return _M_base._M_open(__id, _Init_mode) ? this : 0;
194 return _M_base._M_open(__id, _Init_mode) ? this : 0;
261 _Filebuf_base _M_base;
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); }
169 return _M_base._M_open(__s, __m) ? this : 0;
176 return _M_base._M_open(__s, __m, __protection) ? this : 0;
179 _STLP_fd fd() const { return _M_base.__get_fd(); }
187 return _M_base._M_open(__id, _Init_mode) ? this : 0;
194 return _M_base._M_open(__id, _Init_mode) ? this : 0;
261 _Filebuf_base _M_base;
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_local_iterator.h 269 { return base() == _M_get_sequence()->_M_base().begin(_M_bucket); }
273 { return base() == _M_get_sequence()->_M_base().end(_M_bucket); }
safe_iterator.h 56 { return __it == __seq->_M_base().begin(); }
430 return ++__base != _M_get_sequence()->_M_base().end();
460 { return base() == _M_get_sequence()->_M_base().begin(); }
464 { return base() == _M_get_sequence()->_M_base().end(); }

Completed in 3249 milliseconds

12 3