Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h60 struct TestParamInfo { struct
61 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
72 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
378 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
495 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
559 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp195 [](const testing::TestParamInfo<SocketTestParams> &info) { in __anonc253d0950102()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h471 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp154 const testing::TestParamInfo<StackDepotBenchmarkParams>& info) { in PrintStackDepotBenchmarkParams()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1289 [](const ::testing::TestParamInfo<OptionalTypeIdentifier> &Info) { in __anonc523bd4d0502()