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 __anon45bb9d110202()1022 std::string operator()(const ::testing::TestParamInfo<int>& info) { in operator ()()
675 std::string ParamNameFunc(const testing::TestParamInfo<std::string>& info) { in ParamNameFunc()
63 struct TestParamInfo { struct64 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() function74 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument382 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()513 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);581 name_func(TestParamInfo<ParamType>(param, i)); in RegisterTests()
118 [`TestParamInfo<class ParamType>`](#TestParamInfo) and return a `std::string`.127 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {771 ### TestParamInfo {#TestParamInfo}773 `testing::TestParamInfo<T>`1444 `std::string testing::PrintToStringParamName(TestParamInfo<T>& info)`1452 See also [`TestParamInfo`](#TestParamInfo) and
502 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
1221 `testing::TestParamInfo<class ParamType>`, and return `std::string`.1262 [](const testing::TestParamInfo<MyTestSuite::ParamType>& info) {