Home
last modified time | relevance | path

Searched defs:StrictMock (Results 1 – 3 of 3) sorted by relevance

/external/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/external/cronet/third_party/googletest/src/googlemock/include/gmock/
Dgmock-nice-strict.h77 class StrictMock; variable
227 StrictMock() : MockClass() { in StrictMock() function
240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function
/external/libaom/third_party/googletest/src/googlemock/include/gmock/
Dgmock-nice-strict.h78 class StrictMock; variable
242 StrictMock() : MockClass() { in StrictMock() function
255 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock() function
261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() function