Searched refs:TestParamInfo (Results 1 – 7 of 7) sorted by relevance
38 const testing::TestParamInfo<const char *> &info) { in StringParamTestSuffix()
918 std::string operator()(const ::testing::TestParamInfo<std::string>& inf) { in operator ()()933 const ::testing::TestParamInfo<std::string>& inf) { in CustomParamNameFunction()955 [](const ::testing::TestParamInfo<std::string>& inf) { in __anon0884ae470202()1022 std::string operator()(const ::testing::TestParamInfo<int>& info) { in operator ()()
675 std::string ParamNameFunc(const testing::TestParamInfo<std::string>& info) { in ParamNameFunc()
62 struct TestParamInfo { struct63 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() function73 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument381 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()514 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);583 name_func(TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
117 [`TestParamInfo<class ParamType>`](#TestParamInfo) and return a `std::string`.126 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {752 ### TestParamInfo {#TestParamInfo}754 `testing::TestParamInfo<T>`1423 `std::string testing::PrintToStringParamName(TestParamInfo<T>& info)`1431 See also [`TestParamInfo`](#TestParamInfo) and
502 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
1211 `testing::TestParamInfo<class ParamType>`, and return `std::string`.1252 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {