Home
last modified time | relevance | path

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

/external/llvm-project/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() argument
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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/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
/external/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
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h58 struct TestParamInfo { struct
59 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() function
70 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.h57 struct TestParamInfo { struct
58 TestParamInfo(const ParamType &a_param, size_t an_index) in TestParamInfo() argument
68 std::string operator()(const TestParamInfo<ParamType> &info) const { in operator() argument