#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) |
|
◆ Merge()
◆ MergeFromString()
bool google::protobuf::TextFormat::MergeFromString |
( |
const string & |
input, |
|
|
Message * |
output |
|
) |
| |
|
static |
◆ Parse()
◆ ParseFieldValueFromString()
◆ ParseFromString()
bool google::protobuf::TextFormat::ParseFromString |
( |
const string & |
input, |
|
|
Message * |
output |
|
) |
| |
|
static |
◆ Print()
◆ PrintFieldValueToString()
◆ PrintToString()
bool google::protobuf::TextFormat::PrintToString |
( |
const Message & |
message, |
|
|
string * |
output |
|
) |
| |
|
static |
◆ PrintUnknownFields()
◆ PrintUnknownFieldsToString()
bool google::protobuf::TextFormat::PrintUnknownFieldsToString |
( |
const UnknownFieldSet & |
unknown_fields, |
|
|
string * |
output |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/text_format.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/text_format.cc