Home
last modified time | relevance | path

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

/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
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() argument
988 TableKeyComparator &operator=(const TableKeyComparator &other)); argument