|
void | PrintDouble (double val, TextFormat::BaseTextGenerator *generator) const override |
|
string | PrintDouble (double value) const |
|
void | PrintFloat (float val, TextFormat::BaseTextGenerator *generator) const override |
|
string | PrintFloat (float value) const |
|
| FieldValuePrinter () |
|
virtual std::string | PrintBool (bool val) const |
|
virtual std::string | PrintBytes (const std::string &val) const |
|
virtual std::string | PrintEnum (int32_t val, const std::string &name) const |
|
virtual std::string | PrintFieldName (const Message &message, const Reflection *reflection, const FieldDescriptor *field) const |
|
virtual std::string | PrintInt32 (int32_t val) const |
|
virtual std::string | PrintInt64 (int64_t val) const |
|
virtual std::string | PrintMessageEnd (const Message &message, int field_index, int field_count, bool single_line_mode) const |
|
virtual std::string | PrintMessageStart (const Message &message, int field_index, int field_count, bool single_line_mode) const |
|
virtual std::string | PrintString (const std::string &val) const |
|
virtual std::string | PrintUInt32 (uint32_t val) const |
|
virtual std::string | PrintUInt64 (uint64_t val) const |
|
virtual | ~FieldValuePrinter () |
|
◆ PrintDouble() [1/2]
◆ PrintDouble() [2/2]
string google::protobuf::python::cmessage::PythonFieldValuePrinter::PrintDouble |
( |
double |
value | ) |
const |
|
inlinevirtual |
◆ PrintFloat() [1/2]
◆ PrintFloat() [2/2]
string google::protobuf::python::cmessage::PythonFieldValuePrinter::PrintFloat |
( |
float |
value | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: