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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h 56 _Tp* _M_base;
71 _M_base = new _Tp[__max_size];
78 { delete[] _M_base; }
88 *(_M_base + __former_front % _M_max_size) = __t;
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h 56 _Tp* _M_base;
71 _M_base = new _Tp[__max_size];
78 { delete[] _M_base; }
88 *(_M_base + __former_front % _M_max_size) = __t;
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
queue.h 56 _Tp* _M_base;
71 _M_base = new _Tp[__max_size];
78 { delete[] _M_base; }
88 *(_M_base + __former_front % _M_max_size) = __t;
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
queue.h 56 _Tp* _M_base;
71 _M_base = new _Tp[__max_size];
78 { delete[] _M_base; }
88 *(_M_base + __former_front % _M_max_size) = __t;
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
142 __t = *(_M_base + __former_back % _M_max_size);
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 57 if (__this->_M_base.__regular_file()
59 && __this->_M_base._M_in_binary_mode()) {
62 __this->_M_base._M_unmap(__this->_M_mmap_base, __this->_M_mmap_len);
66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur);
67 streamoff __size = __this->_M_base._M_file_size();
69 streamoff __offset = (__cur / __this->_M_base.__page_size()) * __this->_M_base.__page_size();
77 if ((__this->_M_mmap_base = __this->_M_base._M_mmap(__offset, __this->_M_mmap_len)) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_sequence.h 82 _Iterator _M_base;
87 : _M_base(__base), _M_n(__n) { }
91 { return __x - _M_base >= _M_n; }
map.h 425 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
428 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
435 this->_M_invalidate_if(_Not_equal(_M_base().end()));
444 { return __lhs._M_base() == __rhs._M_base(); }
451 { return __lhs._M_base() != __rhs._M_base(); }
458 { return __lhs._M_base() < __rhs._M_base(); }
465 { return __lhs._M_base() <= __rhs._M_base();
    [all...]
set.h 410 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
413 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
420 this->_M_invalidate_if(_Not_equal(_M_base().end()));
428 { return __lhs._M_base() == __rhs._M_base(); }
434 { return __lhs._M_base() != __rhs._M_base(); }
440 { return __lhs._M_base() < __rhs._M_base(); }
446 { return __lhs._M_base() <= __rhs._M_base();
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_sequence.h 82 _Iterator _M_base;
87 : _M_base(__base), _M_n(__n) { }
91 { return __x - _M_base >= _M_n; }
map.h 425 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
428 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
435 this->_M_invalidate_if(_Not_equal(_M_base().end()));
444 { return __lhs._M_base() == __rhs._M_base(); }
451 { return __lhs._M_base() != __rhs._M_base(); }
458 { return __lhs._M_base() < __rhs._M_base(); }
465 { return __lhs._M_base() <= __rhs._M_base();
    [all...]
set.h 410 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
413 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
420 this->_M_invalidate_if(_Not_equal(_M_base().end()));
428 { return __lhs._M_base() == __rhs._M_base(); }
434 { return __lhs._M_base() != __rhs._M_base(); }
440 { return __lhs._M_base() < __rhs._M_base(); }
446 { 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/
safe_sequence.h 82 _Iterator _M_base;
87 : _M_base(__base), _M_n(__n) { }
91 { return __x - _M_base >= _M_n; }
map.h 425 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
428 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
435 this->_M_invalidate_if(_Not_equal(_M_base().end()));
444 { return __lhs._M_base() == __rhs._M_base(); }
451 { return __lhs._M_base() != __rhs._M_base(); }
458 { return __lhs._M_base() < __rhs._M_base(); }
465 { return __lhs._M_base() <= __rhs._M_base();
    [all...]
set.h 410 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
413 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
420 this->_M_invalidate_if(_Not_equal(_M_base().end()));
428 { return __lhs._M_base() == __rhs._M_base(); }
434 { return __lhs._M_base() != __rhs._M_base(); }
440 { return __lhs._M_base() < __rhs._M_base(); }
446 { return __lhs._M_base() <= __rhs._M_base();
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_sequence.h 82 _Iterator _M_base;
87 : _M_base(__base), _M_n(__n) { }
91 { return __x - _M_base >= _M_n; }
multiset.h 121 : _Base(std::move(__m._M_base()), __a) { }
141 _M_base() = __x;
154 _M_base() = std::move(__x._M_base());
166 _M_base() = __l;
443 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
446 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
461 { return __lhs._M_base() == __rhs._M_base(); }
467 { return __lhs._M_base() != __rhs._M_base();
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multimap.h 132 _M_base() = __x;
145 _M_base() = __l;
374 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
377 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
385 { return __lhs._M_base() == __rhs._M_base(); }
392 { return __lhs._M_base() != __rhs._M_base(); }
399 { return __lhs._M_base() < __rhs._M_base(); }
    [all...]
multiset.h 132 _M_base() = __x;
145 _M_base() = __l;
365 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
368 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
376 { return __lhs._M_base() == __rhs._M_base(); }
382 { return __lhs._M_base() != __rhs._M_base(); }
388 { return __lhs._M_base() < __rhs._M_base(); }
    [all...]
set.h 132 _M_base() = __x;
145 _M_base() = __l;
379 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
382 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
390 { return __lhs._M_base() == __rhs._M_base(); }
396 { return __lhs._M_base() != __rhs._M_base(); }
402 { return __lhs._M_base() < __rhs._M_base(); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
93 __ok = _M_base._M_close() && __ok;
120 _M_base._M_unmap(_M_mmap_base, _M_mmap_len);
139 streamoff __pos = _M_base._M_seek(0, ios_base::cur);
140 streamoff __size = _M_base._M_file_size();
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
320 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __adjust)
321 : _M_seek_return(_M_base._M_seek(__off - __adjust, ios_base::cur), _State_type());
333 streamoff __eadj = _M_base._M_get_offset(_M_ext_buf + __STATIC_CAST(ptrdiff_t, __iadj), _M_ext_buf_end)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
93 __ok = _M_base._M_close() && __ok;
120 _M_base._M_unmap(_M_mmap_base, _M_mmap_len);
139 streamoff __pos = _M_base._M_seek(0, ios_base::cur);
140 streamoff __size = _M_base._M_file_size();
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
320 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __adjust)
321 : _M_seek_return(_M_base._M_seek(__off - __adjust, ios_base::cur), _State_type());
333 streamoff __eadj = _M_base._M_get_offset(_M_ext_buf + __STATIC_CAST(ptrdiff_t, __iadj), _M_ext_buf_end)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]

Completed in 2587 milliseconds

1 2 3