![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <string>#include "absl/log/check.h"#include "absl/status/status.h"#include "absl/strings/string_view.h"#include "google/protobuf/message.h"#include "google/protobuf/text_format.h"#include "ortools/base/status_macros.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> | |
| absl::Status | google::protobuf::contrib::parse_proto::ParseTextProtoInto (absl::string_view input, T *proto) |
| template<typename T> | |
| absl::StatusOr< T > | google::protobuf::contrib::parse_proto::ParseTextProto (absl::string_view asciipb) |
| template<typename T> | |
| T | google::protobuf::contrib::parse_proto::ParseTextOrDie (absl::string_view input) |
| text_proto_internal::ParseProtoHelper | google::protobuf::contrib::parse_proto::ParseTextProtoOrDie (absl::string_view input) |