#include <text_format.h>
|
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) |
|
467 return info_tree->CreateNested(field);
google::protobuf::TextFormat::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
TextFormat |
| ) |
|
|
private |
static bool google::protobuf::TextFormat::MergeFromString |
( |
const string & |
input, |
|
|
Message * |
output |
|
) |
| |
|
static |
static bool google::protobuf::TextFormat::ParseFromString |
( |
const string & |
input, |
|
|
Message * |
output |
|
) |
| |
|
static |
static bool google::protobuf::TextFormat::PrintToString |
( |
const Message & |
message, |
|
|
string * |
output |
|
) |
| |
|
static |
static bool google::protobuf::TextFormat::PrintUnknownFieldsToString |
( |
const UnknownFieldSet & |
unknown_fields, |
|
|
string * |
output |
|
) |
| |
|
static |
461 info_tree->RecordLocation(field, location);
The documentation for this class was generated from the following file: