OsmAnd
|
Public Member Functions | |
TextGenerator (io::ZeroCopyOutputStream *output, int initial_indent_level) | |
~TextGenerator () | |
void | Indent () |
void | Outdent () |
void | Print (const string &str) |
void | Print (const char *text) |
void | Print (const char *text, int size) |
bool | failed () const |
google::protobuf::TextFormat::Printer::TextGenerator::TextGenerator | ( | io::ZeroCopyOutputStream * | output, |
int | initial_indent_level | ||
) | [explicit] |
bool google::protobuf::TextFormat::Printer::TextGenerator::failed | ( | ) | const |
void google::protobuf::TextFormat::Printer::TextGenerator::Print | ( | const string & | str | ) |
void google::protobuf::TextFormat::Printer::TextGenerator::Print | ( | const char * | text | ) |
void google::protobuf::TextFormat::Printer::TextGenerator::Print | ( | const char * | text, |
int | size | ||
) |