Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc627 class StackInterfaceWithCallType { class
629 virtual ~StackInterfaceWithCallType() {} in ~StackInterfaceWithCallType()
640 class MockStackWithCallType : public StackInterfaceWithCallType<T> {
657 class LegacyMockStackWithCallType : public StackInterfaceWithCallType<T> {