#include <text_format.h>
|
static bool | Merge (io::ZeroCopyInputStream *input, Message *output) |
|
static bool | Merge (io::ZeroCopyInputStream *input, Message *output) |
|
static bool | MergeFromString (const std::string &input, Message *output) |
|
static bool | MergeFromString (ConstStringParam input, Message *output) |
|
static bool | Parse (io::ZeroCopyInputStream *input, Message *output) |
|
static bool | Parse (io::ZeroCopyInputStream *input, Message *output) |
|
static bool | ParseFieldValueFromString (const std::string &input, const FieldDescriptor *field, Message *message) |
|
static bool | ParseFieldValueFromString (const std::string &input, const FieldDescriptor *field, Message *message) |
|
static bool | ParseFromString (const std::string &input, Message *output) |
|
static bool | ParseFromString (ConstStringParam input, Message *output) |
|
static bool | Print (const Message &message, io::ZeroCopyOutputStream *output) |
|
static bool | Print (const Message &message, io::ZeroCopyOutputStream *output) |
|
static void | PrintFieldValueToString (const Message &message, const FieldDescriptor *field, int index, std::string *output) |
|
static void | PrintFieldValueToString (const Message &message, const FieldDescriptor *field, int index, std::string *output) |
|
static bool | PrintToString (const Message &message, std::string *output) |
|
static bool | PrintToString (const Message &message, std::string *output) |
|
static bool | PrintUnknownFields (const UnknownFieldSet &unknown_fields, io::ZeroCopyOutputStream *output) |
|
static bool | PrintUnknownFields (const UnknownFieldSet &unknown_fields, io::ZeroCopyOutputStream *output) |
|
static bool | PrintUnknownFieldsToString (const UnknownFieldSet &unknown_fields, std::string *output) |
|
static bool | PrintUnknownFieldsToString (const UnknownFieldSet &unknown_fields, std::string *output) |
|
◆ CreateNested() [1/2]
◆ CreateNested() [2/2]
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
google::protobuf::TextFormat::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
TextFormat |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
google::protobuf::TextFormat::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
TextFormat |
| ) |
|
|
private |
◆ Merge() [1/2]
◆ Merge() [2/2]
◆ MergeFromString() [1/2]
bool google::protobuf::TextFormat::MergeFromString |
( |
const std::string & |
input, |
|
|
Message * |
output |
|
) |
| |
|
static |
◆ MergeFromString() [2/2]
◆ Parse() [1/2]
◆ Parse() [2/2]
◆ ParseFieldValueFromString() [1/2]
◆ ParseFieldValueFromString() [2/2]
◆ ParseFromString() [1/2]
bool google::protobuf::TextFormat::ParseFromString |
( |
const std::string & |
input, |
|
|
Message * |
output |
|
) |
| |
|
static |
◆ ParseFromString() [2/2]
◆ Print() [1/2]
◆ Print() [2/2]
◆ PrintFieldValueToString() [1/2]
◆ PrintFieldValueToString() [2/2]
◆ PrintToString() [1/2]
static bool google::protobuf::TextFormat::PrintToString |
( |
const Message & |
message, |
|
|
std::string * |
output |
|
) |
| |
|
static |
◆ PrintToString() [2/2]
bool google::protobuf::TextFormat::PrintToString |
( |
const Message & |
message, |
|
|
std::string * |
output |
|
) |
| |
|
static |
◆ PrintUnknownFields() [1/2]
◆ PrintUnknownFields() [2/2]
◆ PrintUnknownFieldsToString() [1/2]
static bool google::protobuf::TextFormat::PrintUnknownFieldsToString |
( |
const UnknownFieldSet & |
unknown_fields, |
|
|
std::string * |
output |
|
) |
| |
|
static |
◆ PrintUnknownFieldsToString() [2/2]
bool google::protobuf::TextFormat::PrintUnknownFieldsToString |
( |
const UnknownFieldSet & |
unknown_fields, |
|
|
std::string * |
output |
|
) |
| |
|
static |
◆ PROTOBUF_DEPRECATED_MSG()
class PROTOBUF_EXPORT google::protobuf::TextFormat::PROTOBUF_DEPRECATED_MSG |
( |
"Please use FastFieldValuePrinter" |
| ) |
|
|
inline |
◆ RecordLocation() [1/2]
◆ RecordLocation() [2/2]
The documentation for this class was generated from the following files: