Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.cc1286 google::protobuf::scoped_ptr<NodeMatchCallback> match_callback_; member in google::protobuf::util::__anonc30b99df0311::MaximumMatcher
1297 : count1_(count1), count2_(count2), match_callback_(callback), in MaximumMatcher()
1329 cached_match_results_[p] = match_callback_->Run(left, right); in Match()