Home
last modified time | relevance | path

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

/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h59 struct TestParamInfo { struct
60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
71 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h59 struct TestParamInfo { struct
60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() function
71 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
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
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h59 struct TestParamInfo { struct
60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() function
71 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
/external/googletest/googletest/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