HomeSort by relevance Sort by last modified time
    Searched refs:_Bit_reference (Results 1 - 15 of 15) sorted by null

  /external/stlport/stlport/stl/
_bvector.h 42 struct _Bit_reference {
45 _Bit_reference(unsigned int* __x, unsigned int __y)
49 _Bit_reference() : _M_p(0), _M_mask(0) {}
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 42 struct _Bit_reference {
45 _Bit_reference(unsigned int* __x, unsigned int __y)
49 _Bit_reference() : _M_p(0), _M_mask(0) {}
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 42 struct _Bit_reference {
45 _Bit_reference(unsigned int* __x, unsigned int __y)
49 _Bit_reference() : _M_p(0), _M_mask(0) {}
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 42 struct _Bit_reference {
45 _Bit_reference(unsigned int* __x, unsigned int __y)
49 _Bit_reference() : _M_p(0), _M_mask(0) {}
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 42 struct _Bit_reference {
45 _Bit_reference(unsigned int* __x, unsigned int __y)
49 _Bit_reference() : _M_p(0), _M_mask(0) {}
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 42 struct _Bit_reference {
45 _Bit_reference(unsigned int* __x, unsigned int __y)
49 _Bit_reference() : _M_p(0), _M_mask(0) {}
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 67 struct _Bit_reference
72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 _Bit_reference() : _M_p(0), _M_mask(0) { }
80 _Bit_reference&
90 _Bit_reference&
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
187 typedef _Bit_reference reference;
188 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 69 struct _Bit_reference
74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
77 _Bit_reference() : _M_p(0), _M_mask(0) { }
82 _Bit_reference&
92 _Bit_reference&
93 operator=(const _Bit_reference& __x)
97 operator==(const _Bit_reference& __x) const
101 operator<(const _Bit_reference& __x) const
189 typedef _Bit_reference reference;
190 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 69 struct _Bit_reference
74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
77 _Bit_reference() : _M_p(0), _M_mask(0) { }
82 _Bit_reference&
92 _Bit_reference&
93 operator=(const _Bit_reference& __x)
97 operator==(const _Bit_reference& __x) const
101 operator<(const _Bit_reference& __x) const
189 typedef _Bit_reference reference;
190 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 67 struct _Bit_reference
72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 _Bit_reference() : _M_p(0), _M_mask(0) { }
80 _Bit_reference&
90 _Bit_reference&
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
187 typedef _Bit_reference reference;
188 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 67 struct _Bit_reference
72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 _Bit_reference() : _M_p(0), _M_mask(0) { }
80 _Bit_reference&
90 _Bit_reference&
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
187 typedef _Bit_reference reference;
188 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 67 struct _Bit_reference
72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 _Bit_reference() : _M_p(0), _M_mask(0) { }
80 _Bit_reference&
90 _Bit_reference&
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
187 typedef _Bit_reference reference;
188 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h 67 struct _Bit_reference
72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 _Bit_reference() : _M_p(0), _M_mask(0) { }
80 _Bit_reference&
90 _Bit_reference&
91 operator=(const _Bit_reference& __x)
95 operator==(const _Bit_reference& __x) const
99 operator<(const _Bit_reference& __x) const
187 typedef _Bit_reference reference;
188 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 69 struct _Bit_reference
74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
77 _Bit_reference() : _M_p(0), _M_mask(0) { }
82 _Bit_reference&
92 _Bit_reference&
93 operator=(const _Bit_reference& __x)
97 operator==(const _Bit_reference& __x) const
101 operator<(const _Bit_reference& __x) const
189 typedef _Bit_reference reference;
190 typedef _Bit_reference* pointer
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 71 struct _Bit_reference
76 _Bit_reference(_Bit_type * __x, _Bit_type __y)
79 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { }
84 _Bit_reference&
94 _Bit_reference&
95 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
99 operator==(const _Bit_reference& __x) const
103 operator<(const _Bit_reference& __x) const
191 typedef _Bit_reference reference;
192 typedef _Bit_reference* pointer
    [all...]

Completed in 551 milliseconds