Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h56 struct TestParamInfo { struct
57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() function
68 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
374 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
491 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
555 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h466 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \