/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 26 void* _M_p; 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } 28 void __set(void* p) { _M_p = p; } 35 _Tp* const _M_p; 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } 39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } 55 this->_M_p = 0; 68 { return __STATIC_CAST(_Tp*, _M_p); } 70 { return __REINTERPRET_CAST(_Tp*, _M_p); }
|
_bvector.h | 43 unsigned int* _M_p; 46 : _M_p(__x), _M_mask(__y) {} 49 _Bit_reference() : _M_p(0), _M_mask(0) {} 52 return !(!(*_M_p & _M_mask)); 55 if (__x) *_M_p |= _M_mask; 56 else *_M_p &= ~_M_mask; 71 *_M_p |= _M_mask; 76 *_M_p &= ~_M_mask; 79 void flip() { *_M_p ^= _M_mask; } 106 unsigned int* _M_p; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_auto_ptr.h | 26 void* _M_p; 27 void __set(const volatile void* p) { _M_p = __CONST_CAST(void*,p); } 28 void __set(void* p) { _M_p = p; } 35 _Tp* const _M_p; 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } 39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } 55 this->_M_p = 0; 68 { return __STATIC_CAST(_Tp*, _M_p); } 70 { return __REINTERPRET_CAST(_Tp*, _M_p); }
|
_bvector.h | 43 unsigned int* _M_p; 46 : _M_p(__x), _M_mask(__y) {} 49 _Bit_reference() : _M_p(0), _M_mask(0) {} 52 return !(!(*_M_p & _M_mask)); 55 if (__x) *_M_p |= _M_mask; 56 else *_M_p &= ~_M_mask; 71 *_M_p |= _M_mask; 76 *_M_p &= ~_M_mask; 79 void flip() { *_M_p ^= _M_mask; } 106 unsigned int* _M_p; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring_util.h | 93 : _Alloc1(), _M_p(__ptr) { } 96 : _Alloc1(__a), _M_p(__ptr) { } 98 _CharT* _M_p; // The actual data.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring_util.h | 93 : _Alloc1(), _M_p(__ptr) { } 96 : _Alloc1(__a), _M_p(__ptr) { } 98 _CharT* _M_p; // The actual data.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring_util.h | 93 : _Alloc1(), _M_p(__ptr) { } 96 : _Alloc1(__a), _M_p(__ptr) { } 98 _CharT* _M_p; // The actual data.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring_util.h | 93 : _Alloc1(), _M_p(__ptr) { } 96 : _Alloc1(__a), _M_p(__ptr) { } 98 _CharT* _M_p; // The actual data.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_bvector.h | 72 _Bit_type * _M_p; 76 : _M_p(__x), _M_mask(__y) { } 78 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } 81 { return !!(*_M_p & _M_mask); } 87 *_M_p |= _M_mask; 89 *_M_p &= ~_M_mask; 107 { *_M_p ^= _M_mask; } 139 _Bit_type * _M_p; 143 : _M_p(__x), _M_offset(__y) { } 151 ++_M_p; [all...] |
random.h | 562 && __lhs._M_p == __rhs._M_p); } 620 size_t _M_p; 665 * @var _M_p Current index of x(i - r). 780 && __lhs._M_p == __rhs._M_p); } 823 size_t _M_p; [all...] |
basic_string.h | 80 * _M_p ----------------> unnamed array of char_type 83 * Where the _M_p points to the first character in the string, and 275 : _Alloc(__a), _M_p(__dat) { } 277 _CharT* _M_p; // The actual data. 293 { return _M_dataplus._M_p; } 297 { return (_M_dataplus._M_p = __p); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.h | 685 int _M_p; 722 * @var _M_p Current index of x(i - r). 885 int _M_p; 894 * @var _M_p Current index of x(i - r). [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_bvector.h | 72 _Bit_type * _M_p; 76 : _M_p(__x), _M_mask(__y) { } 78 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } 81 { return !!(*_M_p & _M_mask); } 87 *_M_p |= _M_mask; 89 *_M_p &= ~_M_mask; 107 { *_M_p ^= _M_mask; } 139 _Bit_type * _M_p; 143 : _M_p(__x), _M_offset(__y) { } 151 ++_M_p; [all...] |
random.h | 562 && __lhs._M_p == __rhs._M_p); } 620 size_t _M_p; 665 * @var _M_p Current index of x(i - r). 780 && __lhs._M_p == __rhs._M_p); } 823 size_t _M_p; [all...] |
basic_string.h | 80 * _M_p ----------------> unnamed array of char_type 83 * Where the _M_p points to the first character in the string, and 275 : _Alloc(__a), _M_p(__dat) { } 277 _CharT* _M_p; // The actual data. 293 { return _M_dataplus._M_p; } 297 { return (_M_dataplus._M_p = __p); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.h | 685 int _M_p; 722 * @var _M_p Current index of x(i - r). 885 int _M_p; 894 * @var _M_p Current index of x(i - r). [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_bvector.h | 72 _Bit_type * _M_p; 76 : _M_p(__x), _M_mask(__y) { } 78 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } 81 { return !!(*_M_p & _M_mask); } 87 *_M_p |= _M_mask; 89 *_M_p &= ~_M_mask; 107 { *_M_p ^= _M_mask; } 139 _Bit_type * _M_p; 143 : _M_p(__x), _M_offset(__y) { } 151 ++_M_p; [all...] |
random.h | 562 && __lhs._M_p == __rhs._M_p); } 620 size_t _M_p; 665 * @var _M_p Current index of x(i - r). 780 && __lhs._M_p == __rhs._M_p); } 823 size_t _M_p; [all...] |
basic_string.h | 80 * _M_p ----------------> unnamed array of char_type 83 * Where the _M_p points to the first character in the string, and 275 : _Alloc(__a), _M_p(__dat) { } 277 _CharT* _M_p; // The actual data. 293 { return _M_dataplus._M_p; } 297 { return (_M_dataplus._M_p = __p); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
random.h | 685 int _M_p; 722 * @var _M_p Current index of x(i - r). 885 int _M_p; 894 * @var _M_p Current index of x(i - r). [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_bvector.h | 72 _Bit_type * _M_p; 76 : _M_p(__x), _M_mask(__y) { } 78 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } 81 { return !!(*_M_p & _M_mask); } 87 *_M_p |= _M_mask; 89 *_M_p &= ~_M_mask; 107 { *_M_p ^= _M_mask; } 139 _Bit_type * _M_p; 143 : _M_p(__x), _M_offset(__y) { } 151 ++_M_p; [all...] |
basic_string.h | 80 * _M_p ----------------> unnamed array of char_type 83 * Where the _M_p points to the first character in the string, and 275 : _Alloc(__a), _M_p(__dat) { } 277 _CharT* _M_p; // The actual data. 293 { return _M_dataplus._M_p; } 297 { return (_M_dataplus._M_p = __p); } [all...] |
random.h | 564 && __lhs._M_p == __rhs._M_p); } 622 size_t _M_p; 667 * @var _M_p Current index of x(i - r). 782 && __lhs._M_p == __rhs._M_p); } 825 size_t _M_p; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
random.h | 685 int _M_p; 722 * @var _M_p Current index of x(i - r). 885 int _M_p; 894 * @var _M_p Current index of x(i - r). [all...] |