Searched defs:_S_whichword (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_bitset.h119 static size_t _STLP_CALL _S_whichword( size_t __pos ) { function in struct:_Base_bitset
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
219 static size_t _STLP_CALL _S_whichword( size_t __pos ) { function in struct:_Base_bitset

Completed in 47 milliseconds