Home
last modified time | relevance | path

Searched refs:KeyOffsetCompare (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h905 key_pool(KeyOffsetCompare(buf_)), in buf_()
1578 struct KeyOffsetCompare { struct
1579 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function
1604 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument