Searched defs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance
1578 struct KeyOffsetCompare { struct1579 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() argument1580 bool operator()(size_t a, size_t b) const { in operator()1604 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument