Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h209 struct MapSorterLessThan { struct
210 using storage_type = std::pair<KeyT, const void*>;
211 bool operator()(const storage_type& a, const storage_type& b) const { in operator()