Home
last modified time | relevance | path

Searched refs:kWarn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc292 case kWarn: in ReportUninterestingCall()
450 return kWarn; in intToCallReaction()
579 SetReactionOnUninterestingCalls(mock_obj, internal::kWarn); in WarnUninterestingCalls()
667 return Mock::GetReactionOnUninterestingCalls(mock_obj) == internal::kWarn; in IsNaggy()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h357 kWarn, enumerator
1813 reaction == kWarn in InvokeWith()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc56 using ::testing::internal::kWarn;
636 GMOCK_FLAG_SET(default_mock_behavior, kWarn); in TEST()