webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::python::cmessage::PythonFieldValuePrinter Class Reference
Inheritance diagram for google::protobuf::python::cmessage::PythonFieldValuePrinter:
google::protobuf::TextFormat::FieldValuePrinter

Public Member Functions

string PrintFloat (float value) const
 
string PrintDouble (double value) const
 
- Public Member Functions inherited from google::protobuf::TextFormat::FieldValuePrinter
 FieldValuePrinter ()
 
virtual ~FieldValuePrinter ()
 
virtual string PrintBool (bool val) const
 
virtual string PrintInt32 (int32 val) const
 
virtual string PrintUInt32 (uint32 val) const
 
virtual string PrintInt64 (int64 val) const
 
virtual string PrintUInt64 (uint64 val) const
 
virtual string PrintString (const string &val) const
 
virtual string PrintBytes (const string &val) const
 
virtual string PrintEnum (int32 val, const string &name) const
 
virtual string PrintFieldName (const Message &message, const Reflection *reflection, const FieldDescriptor *field) const
 
virtual string PrintMessageStart (const Message &message, int field_index, int field_count, bool single_line_mode) const
 
virtual string PrintMessageEnd (const Message &message, int field_index, int field_count, bool single_line_mode) const
 

Member Function Documentation

◆ PrintDouble()

string google::protobuf::python::cmessage::PythonFieldValuePrinter::PrintDouble ( double  value) const
inlinevirtual

◆ PrintFloat()

string google::protobuf::python::cmessage::PythonFieldValuePrinter::PrintFloat ( float  value) const
inlinevirtual

The documentation for this class was generated from the following file: