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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h462 // ParameterizedTestCaseInfoBase is a generic interface
463 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
470 class ParameterizedTestCaseInfoBase { class in namespace:testing::internal
472 virtual ~ParameterizedTestCaseInfoBase() {}
481 // instance of a ParameterizedTestCaseInfoBase derived class.
485 ParameterizedTestCaseInfoBase() {} function in class:testing::internal::ParameterizedTestCaseInfoBase
488 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
499 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
544 // instance of a ParameterizedTestCaseInfoBase derived class.
664 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
[all...]

Completed in 7 milliseconds