Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-nice-strict.h126 ::testing::Mock::WarnUninterestingCalls(reinterpret_cast<uintptr_t>(this)); in NaggyMockImpl()
H A Dgmock-spec-builders.h417 static void WarnUninterestingCalls(uintptr_t mock_obj)
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc577 void Mock::WarnUninterestingCalls(uintptr_t mock_obj) in WarnUninterestingCalls() function in testing::Mock