14#ifndef OR_TOOLS_UTIL_PARSE_PROTO_H_ 
   15#define OR_TOOLS_UTIL_PARSE_PROTO_H_ 
   19#include "absl/strings/string_view.h" 
   20#include "google/protobuf/message.h" 
   31                           google::protobuf::Message* message_out,
 
   32                           std::string* error_out);
 
In SWIG mode, we don't want anything besides these top-level includes.
bool ParseTextProtoForFlag(const absl::string_view text, google::protobuf::Message *const message_out, std::string *const error_out)