Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.h135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; } in _M_hiword() function
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; } in _M_hiword() function
235 _WordT& _M_hiword() { return _M_w; }
236 _WordT _M_hiword() const { return _M_w; }
355 _STLP_PRIV _Sanitize<_Nb%__BITS_PER_WORD >::_M_do_sanitize(this->_M_hiword());