Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h549 for (typename ParamGenerator<ParamType>::iterator param_it = in RegisterTests() local
551 param_it != generator.end(); ++param_it, ++i) { in RegisterTests()
555 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
575 PrintToString(*param_it).c_str(), code_location_, in RegisterTests()
579 test_info->test_meta_factory->CreateTestFactory(*param_it)); in RegisterTests()