![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Namespaces | |
| namespace | parse_proto_internal |
| namespace | text_proto_internal |
Functions | |
| parse_proto_internal::ParseProtoHelper | ParseTestProto (std::string_view input) |
| template<typename T> | |
| absl::Status | ParseTextProtoInto (absl::string_view input, T *proto) |
| template<typename T> | |
| absl::StatusOr< T > | ParseTextProto (absl::string_view asciipb) |
| template<typename T> | |
| T | ParseTextOrDie (absl::string_view input) |
| text_proto_internal::ParseProtoHelper | ParseTextProtoOrDie (absl::string_view input) |
|
inline |
Definition at line 46 of file parse_test_proto.h.
| T google::protobuf::contrib::parse_proto::ParseTextOrDie | ( | absl::string_view | input | ) |
Definition at line 45 of file parse_text_proto.h.
| absl::StatusOr< T > google::protobuf::contrib::parse_proto::ParseTextProto | ( | absl::string_view | asciipb | ) |
Definition at line 38 of file parse_text_proto.h.
| absl::Status google::protobuf::contrib::parse_proto::ParseTextProtoInto | ( | absl::string_view | input, |
| T * | proto ) |
Definition at line 30 of file parse_text_proto.h.
|
inline |
Definition at line 71 of file parse_text_proto.h.