Searched refs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance
851 key_pool(KeyOffsetCompare(buf_)), in buf_()1500 struct KeyOffsetCompare { struct1501 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function1525 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument