Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
google::protobuf::contrib::parse_proto Namespace Reference

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>
ParseTextOrDie (absl::string_view input)
text_proto_internal::ParseProtoHelper ParseTextProtoOrDie (absl::string_view input)

Function Documentation

◆ ParseTestProto()

parse_proto_internal::ParseProtoHelper google::protobuf::contrib::parse_proto::ParseTestProto ( std::string_view input)
inline

Definition at line 46 of file parse_test_proto.h.

◆ ParseTextOrDie()

template<typename T>
T google::protobuf::contrib::parse_proto::ParseTextOrDie ( absl::string_view input)

Definition at line 45 of file parse_text_proto.h.

◆ ParseTextProto()

template<typename T>
absl::StatusOr< T > google::protobuf::contrib::parse_proto::ParseTextProto ( absl::string_view asciipb)

Definition at line 38 of file parse_text_proto.h.

◆ ParseTextProtoInto()

template<typename T>
absl::Status google::protobuf::contrib::parse_proto::ParseTextProtoInto ( absl::string_view input,
T * proto )

Definition at line 30 of file parse_text_proto.h.

◆ ParseTextProtoOrDie()

text_proto_internal::ParseProtoHelper google::protobuf::contrib::parse_proto::ParseTextProtoOrDie ( absl::string_view input)
inline

Definition at line 71 of file parse_text_proto.h.