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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h58 template <class ParamType>
60 TestParamInfo(const ParamType& a_param, size_t an_index) :
63 ParamType param;
70 template <class ParamType>
71 std::string operator()(const TestParamInfo<ParamType>& info) const {
168 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
376 template <class ParamType>
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
388 template <class ParamType, class ParamNameGenFunctor>
393 template <class ParamType>
410 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
504 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3165 typedef ::testing::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3172 virtual ParamIteratorInterface<ParamType>* Begin() const {
3175 virtual ParamIteratorInterface<ParamType>* End() const {
3180 class Iterator : public ParamIteratorInterface<ParamType> {
3182 Iterator(const ParamGeneratorInterface<ParamType>* base,
3194 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3208 virtual ParamIteratorInterface<ParamType>* Clone() const {
3211 virtual const ParamType* Current() const { return &current_value_; }
3212 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3243 current_value_ = ParamType(*current1
3280 typedef ::testing::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3563 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3732 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3918 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4121 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4343 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4582 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1747 typedef T ParamType; typedef in class:testing::WithParamInterface
1755 const ParamType& GetParam() const {
1765 static void SetParam(const ParamType* parameter) {
1770 static const ParamType* parameter_;
H A Dgtest-param-test.h312 ::value_type ParamType; typedef
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
1412 // type testing::TestParamInfo<class ParamType>, and return std::string.
1422 ::testing::internal::ParamGenerator<test_case_name::ParamType> \
1425 const ::testing::TestParamInfo<test_case_name::ParamType>& info) { \
1426 return ::testing::internal::GetParamNameGen<test_case_name::ParamType> \

Completed in 51 milliseconds