Home
last modified time | relevance | path

Searched defs:TableKeyComparator (Results 1 – 2 of 2) 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() function
978 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() function
988 TableKeyComparator &operator=(const TableKeyComparator &other)); argument
/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