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.cc1283 google::protobuf::scoped_ptr<NodeMatchCallback> match_callback_; member in google::protobuf::util::__anon0bf9a4350311::MaximumMatcher
1294 : count1_(count1), count2_(count2), match_callback_(callback), in MaximumMatcher()
1326 cached_match_results_[p] = match_callback_->Run(left, right); in Match()