Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc665 class LegacyMockStackWithCallType : public StackInterfaceWithCallType<T> { class
667 LegacyMockStackWithCallType() {} in LegacyMockStackWithCallType() function in testing::gmock_function_mocker_test::LegacyMockStackWithCallType
675 LegacyMockStackWithCallType(const LegacyMockStackWithCallType&) = delete;
676 LegacyMockStackWithCallType& operator=(const LegacyMockStackWithCallType&) =
684 LegacyMockStackWithCallType<int>>;

Completed in 2 milliseconds