webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
google::protobuf::util::converter::ObjectSource Class Referenceabstract

#include <object_source.h>

Inheritance diagram for google::protobuf::util::converter::ObjectSource:
google::protobuf::util::converter::ProtoStreamObjectSource

Public Member Functions

virtual ~ObjectSource ()
 
virtual util::Status WriteTo (ObjectWriter *ow) const
 
virtual util::Status NamedWriteTo (StringPiece name, ObjectWriter *ow) const =0
 

Protected Member Functions

 ObjectSource ()
 

Constructor & Destructor Documentation

◆ ~ObjectSource()

virtual google::protobuf::util::converter::ObjectSource::~ObjectSource ( )
inlinevirtual

◆ ObjectSource()

google::protobuf::util::converter::ObjectSource::ObjectSource ( )
inlineprotected

Member Function Documentation

◆ NamedWriteTo()

virtual util::Status google::protobuf::util::converter::ObjectSource::NamedWriteTo ( StringPiece  name,
ObjectWriter ow 
) const
pure virtual

◆ WriteTo()

virtual util::Status google::protobuf::util::converter::ObjectSource::WriteTo ( ObjectWriter ow) const
inlinevirtual

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