BWAPI
|
#include <text_format.h>
Public Member Functions | |
Parser () | |
~Parser () | |
bool | Parse (io::ZeroCopyInputStream *input, Message *output) |
bool | ParseFromString (const string &input, Message *output) |
bool | Merge (io::ZeroCopyInputStream *input, Message *output) |
bool | MergeFromString (const string &input, Message *output) |
void | RecordErrorsTo (io::ErrorCollector *error_collector) |
void | AllowPartialMessage (bool allow) |
bool | ParseFieldValueFromString (const string &input, const FieldDescriptor *field, Message *output) |
void google::protobuf::TextFormat::Parser::AllowPartialMessage | ( | bool | allow | ) | [inline] |
bool google::protobuf::TextFormat::Parser::Merge | ( | io::ZeroCopyInputStream * | input, |
Message * | output | ||
) |
bool google::protobuf::TextFormat::Parser::MergeFromString | ( | const string & | input, |
Message * | output | ||
) |
bool google::protobuf::TextFormat::Parser::Parse | ( | io::ZeroCopyInputStream * | input, |
Message * | output | ||
) |
bool google::protobuf::TextFormat::Parser::ParseFieldValueFromString | ( | const string & | input, |
const FieldDescriptor * | field, | ||
Message * | output | ||
) |
bool google::protobuf::TextFormat::Parser::ParseFromString | ( | const string & | input, |
Message * | output | ||
) |
void google::protobuf::TextFormat::Parser::RecordErrorsTo | ( | io::ErrorCollector * | error_collector | ) | [inline] |