Home
last modified time | relevance | path

Searched defs:offset_char_lessthan (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp1083 struct offset_char_lessthan { struct
1084 offset_char_lessthan(unsigned char_offset) : fchar_offset(char_offset){} in offset_char_lessthan() argument
1085 inline bool operator()(const data_type &x, const data_type &y) const in operator ()()
1096 unsigned fchar_offset;
1097 get_char getchar;
1098 get_length length;