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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc387 bool is_excessive = false; member in namespace:testing::internal
397 untyped_args, &untyped_action, &is_excessive,
405 !found || is_excessive || LogIsVisible(kInfo);
419 if (found && !is_excessive) {
434 } else if (is_excessive) {
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h173 // is_excessive is modified to indicate whether the call exceeds the
177 const void** untyped_action, bool* is_excessive,
1667 // is_excessive is modified to indicate whether the call exceeds the
1681 const void** untyped_action, bool* is_excessive,
1696 *is_excessive = exp->IsSaturated();

Completed in 11 milliseconds