Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h120 NaggyMockImpl() { ::testing::Mock::WarnUninterestingCalls(this); } in NaggyMockImpl()
Dgmock-spec-builders.h438 static void WarnUninterestingCalls(const void* mock_obj)
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc693 void Mock::WarnUninterestingCalls(const void* mock_obj) in WarnUninterestingCalls() function in testing::Mock