Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dflatbuffer_builder.h1112 template<typename T> struct TableKeyComparator { struct
1113 explicit TableKeyComparator(vector_downward<SizeT> &buf) : buf_(buf) {} in TableKeyComparator() function
1114 TableKeyComparator(const TableKeyComparator &other) : buf_(other.buf_) {} in TableKeyComparator() argument
1124 TableKeyComparator &operator=(const TableKeyComparator &other)); argument