Home
last modified time | relevance | path

Searched refs:match_callback_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1495 std::unique_ptr<NodeMatchCallback> match_callback_; member in google::protobuf::util::__anoncc567c560311::MaximumMatcher
1506 : count1_(count1), count2_(count2), match_callback_(callback), in MaximumMatcher()
1539 cached_match_results_[p] = match_callback_->Run(left, right); in Match()