Searched defs:TableKeyComparator (Results 1 – 1 of 1) sorted by relevance
1112 template<typename T> struct TableKeyComparator { struct1113 explicit TableKeyComparator(vector_downward<SizeT> &buf) : buf_(buf) {} in TableKeyComparator() function1114 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() argument1124 TableKeyComparator &operator=(const TableKeyComparator &other)); argument