#include <text_format.h>
Classes | |
class | BaseTextGenerator |
class | FastFieldValuePrinter |
class | Finder |
class | MessagePrinter |
class | ParseInfoTree |
struct | ParseLocation |
class | Parser |
class | Parser |
class | Printer |
Public Member Functions | |
class PROTOBUF_EXPORT | PROTOBUF_DEPRECATED_MSG ("Please use FastFieldValuePrinter") FieldValuePrinter |
Static Public Member Functions | |
static bool | Merge (io::ZeroCopyInputStream *input, Message *output) |
static bool | MergeFromString (const std::string &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 | ParseFromString (const std::string &input, Message *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 bool | PrintToString (const Message &message, std::string *output) |
static bool | PrintUnknownFields (const UnknownFieldSet &unknown_fields, io::ZeroCopyOutputStream *output) |
static bool | PrintUnknownFieldsToString (const UnknownFieldSet &unknown_fields, std::string *output) |
Private Member Functions | |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (TextFormat) | |
Static Private Member Functions | |
static ParseInfoTree * | CreateNested (ParseInfoTree *info_tree, const FieldDescriptor *field) |
static void | RecordLocation (ParseInfoTree *info_tree, const FieldDescriptor *field, ParseLocation location) |
Definition at line 70 of file text_format.h.
|
inlinestaticprivate |
Definition at line 619 of file text_format.h.
|
private |
|
static |
Definition at line 1491 of file text_format.cc.
|
static |
Definition at line 1501 of file text_format.cc.
|
static |
Definition at line 1486 of file text_format.cc.
|
static |
Definition at line 2414 of file text_format.cc.
|
static |
Definition at line 1496 of file text_format.cc.
|
static |
Definition at line 2388 of file text_format.cc.
|
static |
Definition at line 2408 of file text_format.cc.
|
static |
Definition at line 2398 of file text_format.cc.
|
static |
Definition at line 2393 of file text_format.cc.
|
static |
Definition at line 2403 of file text_format.cc.
|
inline |
Definition at line 158 of file text_format.h.
|
inlinestaticprivate |
Definition at line 613 of file text_format.h.