Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dflatbuffer_builder.h1044 template<typename T> struct StructKeyComparator { struct
1045 bool operator()(const T &a, const T &b) const { in operator()