Searched refs:TestParamInfo (Results 1 – 2 of 2) sorted by relevance
56 struct TestParamInfo { struct57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() function68 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument374 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()
466 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \