| 3157 | } |
| 3158 | |
| 3159 | CType value(const std::string& s) const { |
| 3160 | EXPECT_OK_AND_ASSIGN(auto out, CType::FromString(s)); |
| 3161 | return out; |
| 3162 | } |
| 3163 | |
| 3164 | std::vector<CType> values(const std::vector<std::string>& strings) const { |
| 3165 | std::vector<CType> values; |
no outgoing calls
no test coverage detected