Searched defs:reaction (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc246 // 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 == ALLOW ? LogIsVisible(INFO) :
351 reaction == WARN ? LogIsVisible(WARNING) :
373 ReportUninterestingCall(reaction, ss.str());
575 // Maps a mock object to the reaction Google Mock should have when an
579 // Sets the reaction Googl
582 SetReactionOnUninterestingCalls(const void* mock_obj, internal::CallReaction reaction) argument
[all...]

Completed in 35 milliseconds