Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set.h639 struct FirstComparator { struct
640 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator()
643 bool operator()(const KeyValue& lhs, int key) const { in operator()
646 bool operator()(int key, const KeyValue& rhs) const { in operator()