Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h1578 struct KeyOffsetCompare { struct
1579 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function
1580 bool operator()(size_t a, size_t b) const { in operator()
1604 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflexbuffers.h1623 struct KeyOffsetCompare { struct
1624 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() argument
1646 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h1623 struct KeyOffsetCompare { struct
1624 explicit KeyOffsetCompare(const std::vector<uint8_t> &buf) : buf_(&buf) {} in KeyOffsetCompare() function
1646 typedef std::set<size_t, KeyOffsetCompare> KeyOffsetMap; argument