Searched defs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance
1311 struct KeyOffsetCompare { struct1312 KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function1332 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument