Searched refs:MockStackWithCallType (Results 1 – 3 of 3) sorted by relevance
640 class MockStackWithCallType : public StackInterfaceWithCallType<T> { class642 MockStackWithCallType() {} in MockStackWithCallType() function in testing::gmock_function_mocker_test::MockStackWithCallType652 MockStackWithCallType(const MockStackWithCallType&) = delete;653 MockStackWithCallType& operator=(const MockStackWithCallType&) = delete;675 ::testing::Types<MockStackWithCallType<int>,