Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc657 class LegacyMockStackWithCallType : public StackInterfaceWithCallType<T> { class
659 LegacyMockStackWithCallType() {} in LegacyMockStackWithCallType() function in testing::gmock_function_mocker_test::LegacyMockStackWithCallType
667 LegacyMockStackWithCallType(const LegacyMockStackWithCallType&) = delete;
668 LegacyMockStackWithCallType& operator=(const LegacyMockStackWithCallType&) =
676 LegacyMockStackWithCallType<int>>;