Lines Matching full:reaction
246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
248 switch (reaction) {
335 // We must get Google Mock's reaction on uninteresting calls
339 const CallReaction reaction =
348 reaction == kAllow ? LogIsVisible(kInfo) :
351 reaction == kWarn ? LogIsVisible(kWarning) :
373 ReportUninterestingCall(reaction, ss.str());
591 // Maps a mock object to the reaction Google Mock should have when an
595 // Sets the reaction Google Mock should have when an uninteresting
598 internal::CallReaction reaction)
601 g_uninteresting_call_reaction[mock_obj] = reaction;
628 // entry in the call-reaction table should be removed.
635 // Returns the reaction Google Mock will have on uninteresting calls