Searched refs:AllowUninterestingCalls (Results 1 – 3 of 3) sorted by relevance
114 ::testing::Mock::AllowUninterestingCalls(reinterpret_cast<uintptr_t>(this)); in NiceMockImpl()
412 static void AllowUninterestingCalls(uintptr_t mock_obj)
570 void Mock::AllowUninterestingCalls(uintptr_t mock_obj) in AllowUninterestingCalls() function in testing::Mock