Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dextension_set.h633 struct FirstComparator { struct
634 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator()
637 bool operator()(const KeyValue& lhs, int key) const { in operator()
640 bool operator()(int key, const KeyValue& rhs) const { in operator()