HomeSort by: relevance | last modified time | path
    Searched defs:_Bit_reference (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_bvector.h 82 struct _Bit_reference
88 _Bit_reference(_Bit_type * __x, _Bit_type __y)
92 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { }
95 _Bit_reference(const _Bit_reference&) = default;
103 _Bit_reference&
114 constexpr const _Bit_reference&
126 _Bit_reference&
127 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
132 operator==(const _Bit_reference& __x) cons
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_bvector.h 78 struct _Bit_reference
84 _Bit_reference(_Bit_type * __x, _Bit_type __y)
88 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { }
91 _Bit_reference(const _Bit_reference&) = default;
99 _Bit_reference&
110 _Bit_reference&
111 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
116 operator==(const _Bit_reference& __x) const
121 operator<(const _Bit_reference& __x) cons
    [all...]

Completed in 76 milliseconds