Searched refs:class (Results 401 - 404 of 404) sorted by relevance

<<11121314151617

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h164 class tlm2_base_protocol_checker
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h53 // class. It is usually derived from testing::TestWithParam<T> (see below for
55 // class hierarchies), where the type of your parameter values.
60 class FooTest : public ::testing::TestWithParam<const char*> {
61 // You can implement all the usual class fixture members here.
70 // of the TestWithParam<T> class:
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
209 // class FooTest : public TestWithParam<int> { ... };
322 template <class Container>
1213 // class FlagDependentTes
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc29 of the class that they interface to.
2615 // defined in class CLASS_TYPE). If alloc is set, delete d.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h104 // A unique type used as the default value for the arguments of class
1622 # define GTEST_TEMPLATE_ template <typename T> class
1625 // represent Tmpl, which must be a class template with one type
1630 // This trick is necessary for simulating typedef for class templates,
1644 // arguments of class template Templates. This allows us to simulate

Completed in 37 milliseconds

<<11121314151617