Home
last modified time | relevance | path

Searched refs:AllowUninterestingCalls (Results 1 – 4 of 4) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h73 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
81 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
86 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
92 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
99 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
106 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
114 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
123 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
132 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
141 ::testing::Mock::AllowUninterestingCalls( in NiceMock()
[all …]
Dgmock-generated-nice-strict.h.pump76 ::testing::Mock::AllowUninterestingCalls(
84 ::testing::Mock::AllowUninterestingCalls(
93 ::testing::Mock::AllowUninterestingCalls(
Dgmock-spec-builders.h400 static void AllowUninterestingCalls(const void* mock_obj);
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc593 void Mock::AllowUninterestingCalls(const void* mock_obj) { in AllowUninterestingCalls() function in testing::Mock