Searched refs:StructKeyComparator (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flatbuffer_builder.h | 908 template<typename T> struct StructKeyComparator { struct 952 std::stable_sort(v, v + len, StructKeyComparator<T>()); in CreateVectorOfSortedStructs() 971 std::stable_sort(structs, structs + len, StructKeyComparator<T>()); in CreateVectorOfSortedNativeStructs()
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffer_builder.h | 908 template<typename T> struct StructKeyComparator { struct 952 std::stable_sort(v, v + len, StructKeyComparator<T>()); in CreateVectorOfSortedStructs() 971 std::stable_sort(structs, structs + len, StructKeyComparator<T>()); in CreateVectorOfSortedNativeStructs()
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flatbuffers.h | 1793 template<typename T> struct StructKeyComparator { 1799 StructKeyComparator &operator=(const StructKeyComparator &); 1839 std::sort(v, v + len, StructKeyComparator<T>());
|
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffers.h | 1882 template<typename T> struct StructKeyComparator { 1888 StructKeyComparator &operator=(const StructKeyComparator &); 1928 std::sort(v, v + len, StructKeyComparator<T>());
|