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

/prebuilts/ndk/current/sources/cxx-stl/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
/prebuilts/ndk/r10/sources/cxx-stl/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
/prebuilts/ndk/r11/sources/cxx-stl/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
/prebuilts/ndk/r13/sources/cxx-stl/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 1038 milliseconds