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

  /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/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...]

Completed in 462 milliseconds