| 10460 | struct PrintToStringParamName { |
| 10461 | template <class ParamType> |
| 10462 | std::string operator()(const TestParamInfo<ParamType>& info) const { |
| 10463 | return PrintToString(info.param); |
| 10464 | } |
| 10465 | }; |
| 10466 | |
| 10467 | namespace internal { |
nothing calls this directly
no outgoing calls
no test coverage detected