Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflatbuffer_builder.h1045 template<typename T> struct StructKeyComparator { struct
1046 bool operator()(const T &a, const T &b) const { in operator()