Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc428 bool is_excessive = false; in UntypedInvokeWith() local
439 &is_excessive, &ss, &why); in UntypedInvokeWith()
447 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
460 if (found && !is_excessive) { in UntypedInvokeWith()
477 } else if (is_excessive) { in UntypedInvokeWith()
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h187 const void** untyped_action, bool* is_excessive,
1698 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument
1713 *is_excessive = exp->IsSaturated(); in UntypedFindMatchingExpectation()