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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1712 // ::testing::WithParamInterface. In most cases that just means inheriting
1714 // may need to inherit from Test and WithParamInterface at different levels.
1745 class WithParamInterface { class in namespace:testing
1748 virtual ~WithParamInterface() {}
1753 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1772 // TestClass must be a subclass of WithParamInterface<T> and Test.
1777 const T* WithParamInterface<T>::parameter_ = NULL;
1780 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1783 class TestWithParam : public Test, public WithParamInterface<T> {
H A Dgtest-param-test.h156 // testing::WithParamInterface<T>, where T is the type of the parameter
158 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
160 // separately from Test and WithParamInterface. For example:
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc1000 public ::testing::WithParamInterface<int> {

Completed in 27 milliseconds