Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp1088 struct offset_char_lessthan { struct
1089 offset_char_lessthan(unsigned char_offset) : fchar_offset(char_offset){} in offset_char_lessthan() argument
1090 inline bool operator()(const data_type &x, const data_type &y) const in operator ()()
1101 unsigned fchar_offset;
1102 get_char getchar;
1103 get_length length;