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

/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1047 struct offset_lessthan { struct in namespace:boost::detail
1048 offset_lessthan(unsigned char_offset) : fchar_offset(char_offset){} function in struct:boost::detail::offset_lessthan
1182 std::sort(lastPos, bin_cache[u], offset_lessthan<data_type, unsignedchar_type>(char_offset + 1));

Completed in 30 milliseconds