Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc377 bool is_excessive = false; in UntypedInvokeWith() local
387 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
394 const bool need_to_report_call = !found || is_excessive || LogIsVisible(INFO); in UntypedInvokeWith()
408 if (found && !is_excessive) { in UntypedInvokeWith()
423 } else if (is_excessive) { in UntypedInvokeWith()
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h173 const void** untyped_action, bool* is_excessive,
1585 const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument
1599 *is_excessive = exp->IsSaturated(); in UntypedFindMatchingExpectation()