Searched refs:TableKeyComparator (Results 1 – 4 of 4) sorted by relevance
976 template<typename T> struct TableKeyComparator { struct977 TableKeyComparator(vector_downward &buf) : buf_(buf) {} in TableKeyComparator() argument978 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() argument988 TableKeyComparator &operator=(const TableKeyComparator &other)); argument1003 std::stable_sort(v, v + len, TableKeyComparator<T>(buf_)); in CreateVectorOfSortedTables()
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)); argument1003 std::stable_sort(v, v + len, TableKeyComparator<T>(buf_)); in CreateVectorOfSortedTables()
1863 template<typename T> struct TableKeyComparator {1864 TableKeyComparator(vector_downward &buf) : buf_(buf) {}1865 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {}1874 TableKeyComparator &operator=(const TableKeyComparator &other) {1892 std::sort(v, v + len, TableKeyComparator<T>(buf_));
1952 template<typename T> struct TableKeyComparator {1953 TableKeyComparator(vector_downward &buf) : buf_(buf) {}1954 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {}1963 FLATBUFFERS_DELETE_FUNC(TableKeyComparator &operator=(const TableKeyComparator &other))1978 std::sort(v, v + len, TableKeyComparator<T>(buf_));