Home
last modified time | relevance | path

Searched refs:TableKeyComparator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflatbuffer_builder.h976 template<typename T> struct TableKeyComparator { struct
977 TableKeyComparator(vector_downward &buf) : buf_(buf) {} in TableKeyComparator() argument
978 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() argument
988 TableKeyComparator &operator=(const TableKeyComparator &other)); argument
1003 std::stable_sort(v, v + len, TableKeyComparator<T>(buf_)); in CreateVectorOfSortedTables()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflatbuffer_builder.h976 template<typename T> struct TableKeyComparator { struct
977 TableKeyComparator(vector_downward &buf) : buf_(buf) {} in TableKeyComparator() function
978 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() function
988 TableKeyComparator &operator=(const TableKeyComparator &other)); argument
1003 std::stable_sort(v, v + len, TableKeyComparator<T>(buf_)); in CreateVectorOfSortedTables()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflatbuffers.h1863 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_));
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1952 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_));