Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
parse_proto.cc File Reference
#include "ortools/util/parse_proto.h"
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
#include "google/protobuf/io/tokenizer.h"
#include "google/protobuf/text_format.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Functions

bool operations_research::ParseTextProtoForFlag (const absl::string_view text, google::protobuf::Message *const message_out, std::string *const error_out)
 

Variable Documentation

◆ column

int column

Definition at line 32 of file parse_proto.cc.

◆ line

int line

Definition at line 31 of file parse_proto.cc.

◆ message

std::string message

Definition at line 33 of file parse_proto.cc.

◆ warning

bool warning

Definition at line 30 of file parse_proto.cc.