Searched defs:TableKeyComparator (Results 1 – 2 of 2) sorted by relevance
976 template<typename T> struct TableKeyComparator { struct977 TableKeyComparator(vector_downward &buf) : buf_(buf) {} in TableKeyComparator() function978 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() function988 TableKeyComparator &operator=(const TableKeyComparator &other)); argument