Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set.h667 struct FirstComparator { struct
668 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator()
671 bool operator()(const KeyValue& lhs, int key) const { in operator()
674 bool operator()(int key, const KeyValue& rhs) const { in operator()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h667 struct FirstComparator { struct
668 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator()
671 bool operator()(const KeyValue& lhs, int key) const { in operator()
674 bool operator()(int key, const KeyValue& rhs) const { in operator()