Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h55 struct TestParamInfo { struct
56 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
67 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
373 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
391 typedef std::string Type(const TestParamInfo<ParamType>&);
567 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-invalid-name2-test_.cc37 const testing::TestParamInfo<const char*>& info) { in StringParamTestSuffix()
H A Dgoogletest-param-test-test.cc886 std::string operator()(const ::testing::TestParamInfo<std::string>& inf) { in operator ()()
904 const ::testing::TestParamInfo<std::string>& inf) { in CustomParamNameFunction()
925 [](const ::testing::TestParamInfo<std::string>& inf) { in __anon296111c50202()
1000 std::string operator()(const ::testing::TestParamInfo<int>& info) { in operator ()()
H A Dgoogletest-output-test_.cc771 std::string ParamNameFunc(const testing::TestParamInfo<std::string>& info) { in ParamNameFunc()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h.pump470 // type testing::TestParamInfo<class ParamType>, and return std::string.
483 const ::testing::TestParamInfo<test_case_name::ParamType>& info) { \
H A Dgtest-param-test.h1417 const ::testing::TestParamInfo<test_case_name::ParamType>& info) { \
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md1484 `testing::TestParamInfo<class ParamType>`, and return `std::string`.