Home
last modified time | relevance | path

Searched defs:TestParamInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h56 struct TestParamInfo { struct
57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() function
68 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h58 struct TestParamInfo { struct
59 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
70 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument