#include <text_format.h>
◆ FieldValuePrinter()
google::protobuf::TextFormat::FieldValuePrinter::FieldValuePrinter |
( |
| ) |
|
◆ ~FieldValuePrinter()
google::protobuf::TextFormat::FieldValuePrinter::~FieldValuePrinter |
( |
| ) |
|
|
virtual |
◆ PrintBool()
string google::protobuf::TextFormat::FieldValuePrinter::PrintBool |
( |
bool |
val | ) |
const |
|
virtual |
◆ PrintBytes()
string google::protobuf::TextFormat::FieldValuePrinter::PrintBytes |
( |
const string & |
val | ) |
const |
|
virtual |
◆ PrintDouble()
string google::protobuf::TextFormat::FieldValuePrinter::PrintDouble |
( |
double |
val | ) |
const |
|
virtual |
◆ PrintEnum()
string google::protobuf::TextFormat::FieldValuePrinter::PrintEnum |
( |
int32 |
val, |
|
|
const string & |
name |
|
) |
| const |
|
virtual |
◆ PrintFieldName()
◆ PrintFloat()
string google::protobuf::TextFormat::FieldValuePrinter::PrintFloat |
( |
float |
val | ) |
const |
|
virtual |
◆ PrintInt32()
string google::protobuf::TextFormat::FieldValuePrinter::PrintInt32 |
( |
int32 |
val | ) |
const |
|
virtual |
◆ PrintInt64()
string google::protobuf::TextFormat::FieldValuePrinter::PrintInt64 |
( |
int64 |
val | ) |
const |
|
virtual |
◆ PrintMessageEnd()
string google::protobuf::TextFormat::FieldValuePrinter::PrintMessageEnd |
( |
const Message & |
message, |
|
|
int |
field_index, |
|
|
int |
field_count, |
|
|
bool |
single_line_mode |
|
) |
| const |
|
virtual |
◆ PrintMessageStart()
string google::protobuf::TextFormat::FieldValuePrinter::PrintMessageStart |
( |
const Message & |
message, |
|
|
int |
field_index, |
|
|
int |
field_count, |
|
|
bool |
single_line_mode |
|
) |
| const |
|
virtual |
◆ PrintString()
string google::protobuf::TextFormat::FieldValuePrinter::PrintString |
( |
const string & |
val | ) |
const |
|
virtual |
◆ PrintUInt32()
string google::protobuf::TextFormat::FieldValuePrinter::PrintUInt32 |
( |
uint32 |
val | ) |
const |
|
virtual |
◆ PrintUInt64()
string google::protobuf::TextFormat::FieldValuePrinter::PrintUInt64 |
( |
uint64 |
val | ) |
const |
|
virtual |
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