| 159 | } |
| 160 | |
| 161 | ProtoField findProtoPath( |
| 162 | google::protobuf::Message* message, const std::string& path) |
| 163 | { |
| 164 | return resolveProtoPath(message, path, /* create= */ false); |
| 165 | } |
| 166 | |
| 167 | static bool parseBoolean(const std::string& value) |
| 168 | { |
no test coverage detected