HomeSort by relevance Sort by last modified time
    Searched defs:_Bs_G (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_bitset.h 70 class _STLP_CLASS_DECLSPEC _Bs_G
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
  /ndk/sources/android/stlport/stlport/stl/
_bitset.h 70 class _STLP_CLASS_DECLSPEC _Bs_G
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
285 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);
318 return __j*CHAR_BIT + _Bs_G::_S_first_one(__this_byte);

Completed in 371 milliseconds