Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp1065 struct offset_greaterthan { struct
1066 offset_greaterthan(unsigned char_offset) : fchar_offset(char_offset){} in offset_greaterthan() argument
1067 inline bool operator()(const data_type &x, const data_type &y) const in operator ()()
1078 unsigned fchar_offset;