Home
last modified time | relevance | path

Searched refs:_Bit_reference (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_bvector.h42 struct _Bit_reference { struct
45 _Bit_reference(unsigned int* __x, unsigned int __y) in _Bit_reference() function
49 _Bit_reference() : _M_p(0), _M_mask(0) {} in _Bit_reference() argument
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) {
85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { in swap() argument
[all …]
/external/stlport/etc/
DChangeLog-5.17400 * _bvector.h : Addition of the |= and &= operator on the _Bit_reference struct (thanks Ed Rice)