Lines Matching refs:reference
53 // In C++11 we rely on normal reference type to preserve the property
57 typedef typename _Base::reference reference;
59 // bit reference:
60 class reference
61 : private _Base::reference
64 typedef typename _Base::reference _Base_ref;
67 reference();
69 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT
75 reference(const reference& __x) _GLIBCXX_NOEXCEPT
80 reference&
90 reference&
91 operator=(const reference& __x) _GLIBCXX_NOEXCEPT
120 reference&
262 reference
269 return reference(_M_base()[__pos], this);