![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <string>#include <string_view>#include "absl/log/check.h"#include "google/protobuf/message.h"#include "google/protobuf/text_format.h"Go to the source code of this file.
Classes | |
| class | google::protobuf::contrib::parse_proto::text_proto_internal::ParseProtoHelper |
Namespaces | |
| namespace | |
| namespace | google::protobuf |
| namespace | google::protobuf::contrib |
| namespace | google::protobuf::contrib::parse_proto |
| namespace | google::protobuf::contrib::parse_proto::text_proto_internal |
Functions | |
| template<typename T> | |
| bool | google::protobuf::contrib::parse_proto::ParseTextProto (const std::string &input, T *proto) |
| template<typename T> | |
| T | google::protobuf::contrib::parse_proto::ParseTextOrDie (const std::string &input) |
| text_proto_internal::ParseProtoHelper | google::protobuf::contrib::parse_proto::ParseTextProtoOrDie (std::string_view input) |