| 486 | } |
| 487 | |
| 488 | void setProtoByString(google::protobuf::Message* message, |
| 489 | const std::string& path, |
| 490 | const std::string& value) |
| 491 | { |
| 492 | makeProtoPath(message, path).set(value); |
| 493 | } |
| 494 | |
| 495 | std::string getProtoByString( |
| 496 | google::protobuf::Message* message, const std::string& path) |