Home
last modified time | relevance | path

Searched defs:TestParamInfo (Results 1 – 3 of 3) 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() argument
68 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-param-util.h62 struct TestParamInfo { struct
63 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() argument
73 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h62 struct TestParamInfo { struct
63 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() function
73 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument