| 153 | } |
| 154 | |
| 155 | ProtoField makeProtoPath( |
| 156 | google::protobuf::Message* message, const std::string& path) |
| 157 | { |
| 158 | return resolveProtoPath(message, path, /* create= */ true); |
| 159 | } |
| 160 | |
| 161 | ProtoField findProtoPath( |
| 162 | google::protobuf::Message* message, const std::string& path) |
no test coverage detected