| 3117 | } |
| 3118 | |
| 3119 | CType value(const std::string& s) const { |
| 3120 | EXPECT_OK_AND_ASSIGN(auto out, CType::FromString(s)); |
| 3121 | return out; |
| 3122 | } |
| 3123 | |
| 3124 | std::vector<CType> values(const std::vector<std::string>& strings) const { |
| 3125 | std::vector<CType> values; |
no outgoing calls
no test coverage detected