Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h575 for (typename ParamGenerator<ParamType>::iterator param_it = in RegisterTests() local
577 param_it != generator.end(); ++param_it, ++i) { in RegisterTests()
583 name_func(TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
602 PrintToString(*param_it).c_str(), test_info->code_location, in RegisterTests()
606 test_info->test_meta_factory->CreateTestFactory(*param_it)); in RegisterTests()