Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A 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