Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h72 struct PrintToStringParamName { struct
74 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator()