Home
last modified time | relevance | path

Searched defs:_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