Searched refs:TestParamInfo (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h59 struct TestParamInfo { struct in namespace:testing
60 TestParamInfo(const ParamType& a_param, size_t an_index) : function in struct:testing::TestParamInfo
71 std::string operator()(const TestParamInfo<ParamType>& info) const {
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
395 typedef std::string Type(const TestParamInfo<ParamType>&);
572 TestParamInfo<ParamType>(*param_it, i));
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h56 struct TestParamInfo { struct in namespace:testing
57 TestParamInfo(const ParamType& a_param, size_t an_index) : function in struct:testing::TestParamInfo
68 std::string operator()(const TestParamInfo<ParamType>& info) const {
374 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
491 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
555 TestParamInfo<ParamType>(*param_it, i));
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-param-test.h446 // accept one argument of type testing::TestParamInfo<class ParamType>, and
466 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_eu_compact.cpp38 get_compact_params_name(const testing::TestParamInfo<CompactParams> p)
H A Dtest_eu_validate.cpp88 operator()(const ::testing::TestParamInfo<ParamType>& info) const {
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/
H A Dtest-render.cpp24 name_params(const testing::TestParamInfo<Params> params) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_eu_validate.cpp86 operator()(const ::testing::TestParamInfo<ParamType>& info) const {
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest-param-test.h1412 // type testing::TestParamInfo<class ParamType>, and return std::string.
1425 const ::testing::TestParamInfo<test_case_name::ParamType>& info) { \

Completed in 16 milliseconds