|
BWAPI
|
#include <text_format.h>
Classes | |
| class | Parser |
| class | Printer |
Static Public Member Functions | |
| static bool | Print (const Message &message, io::ZeroCopyOutputStream *output) |
| static bool | PrintUnknownFields (const UnknownFieldSet &unknown_fields, io::ZeroCopyOutputStream *output) |
| static bool | PrintToString (const Message &message, string *output) |
| static bool | PrintUnknownFieldsToString (const UnknownFieldSet &unknown_fields, string *output) |
| static void | PrintFieldValueToString (const Message &message, const FieldDescriptor *field, int index, string *output) |
| static bool | Parse (io::ZeroCopyInputStream *input, Message *output) |
| static bool | ParseFromString (const string &input, Message *output) |
| static bool | Merge (io::ZeroCopyInputStream *input, Message *output) |
| static bool | MergeFromString (const string &input, Message *output) |
| static bool | ParseFieldValueFromString (const string &input, const FieldDescriptor *field, Message *message) |
| static bool google::protobuf::TextFormat::Merge | ( | io::ZeroCopyInputStream * | input, |
| Message * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::MergeFromString | ( | const string & | input, |
| Message * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::Parse | ( | io::ZeroCopyInputStream * | input, |
| Message * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::ParseFieldValueFromString | ( | const string & | input, |
| const FieldDescriptor * | field, | ||
| Message * | message | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::ParseFromString | ( | const string & | input, |
| Message * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::Print | ( | const Message & | message, |
| io::ZeroCopyOutputStream * | output | ||
| ) | [static] |
| static void google::protobuf::TextFormat::PrintFieldValueToString | ( | const Message & | message, |
| const FieldDescriptor * | field, | ||
| int | index, | ||
| string * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::PrintToString | ( | const Message & | message, |
| string * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::PrintUnknownFields | ( | const UnknownFieldSet & | unknown_fields, |
| io::ZeroCopyOutputStream * | output | ||
| ) | [static] |
| static bool google::protobuf::TextFormat::PrintUnknownFieldsToString | ( | const UnknownFieldSet & | unknown_fields, |
| string * | output | ||
| ) | [static] |
1.7.6.1