#include <text_format.h>
◆ FieldValuePrinter()
google::protobuf::TextFormat::FieldValuePrinter::FieldValuePrinter |
( |
| ) |
|
◆ ~FieldValuePrinter()
google::protobuf::TextFormat::FieldValuePrinter::~FieldValuePrinter |
( |
| ) |
|
|
virtual |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()
google::protobuf::TextFormat::FieldValuePrinter::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
FieldValuePrinter |
| ) |
|
|
private |
◆ PrintBool()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintBool |
( |
bool |
val | ) |
const |
|
virtual |
◆ PrintBytes()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintBytes |
( |
const std::string & |
val | ) |
const |
|
virtual |
◆ PrintDouble()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintDouble |
( |
double |
val | ) |
const |
|
virtual |
◆ PrintEnum()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintEnum |
( |
int32_t |
val, |
|
|
const std::string & |
name |
|
) |
| const |
|
virtual |
◆ PrintFieldName()
◆ PrintFloat()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintFloat |
( |
float |
val | ) |
const |
|
virtual |
◆ PrintInt32()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintInt32 |
( |
int32_t |
val | ) |
const |
|
virtual |
◆ PrintInt64()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintInt64 |
( |
int64_t |
val | ) |
const |
|
virtual |
◆ PrintMessageEnd()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintMessageEnd |
( |
const Message & |
message, |
|
|
int |
field_index, |
|
|
int |
field_count, |
|
|
bool |
single_line_mode |
|
) |
| const |
|
virtual |
◆ PrintMessageStart()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintMessageStart |
( |
const Message & |
message, |
|
|
int |
field_index, |
|
|
int |
field_count, |
|
|
bool |
single_line_mode |
|
) |
| const |
|
virtual |
◆ PrintString()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintString |
( |
const std::string & |
val | ) |
const |
|
virtual |
◆ PrintUInt32()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintUInt32 |
( |
uint32_t |
val | ) |
const |
|
virtual |
◆ PrintUInt64()
std::string google::protobuf::TextFormat::FieldValuePrinter::PrintUInt64 |
( |
uint64_t |
val | ) |
const |
|
virtual |
◆ delegate_
The documentation for this class was generated from the following files: