Home
last modified time | relevance | path

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

/aosp_15_r20/external/googletest/googlemock/include/gmock/
H A 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
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
H A 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
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/
H A 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