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

#include <protostream_objectsource.h>

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

Public Member Functions

 ProtoStreamObjectSource (google::protobuf::io::CodedInputStream *stream, TypeResolver *type_resolver, const google::protobuf::Type &type)
 
virtual ~ProtoStreamObjectSource ()
 
virtual util::Status NamedWriteTo (StringPiece name, ObjectWriter *ow) const
 
void set_use_lower_camel_for_enums (bool value)
 
void set_max_recursion_depth (int max_depth)
 
- Public Member Functions inherited from google::protobuf::util::converter::ObjectSource
virtual ~ObjectSource ()
 
virtual util::Status WriteTo (ObjectWriter *ow) const
 

Protected Member Functions

virtual util::Status WriteMessage (const google::protobuf::Type &descriptor, StringPiece name, const uint32 end_tag, bool include_start_and_end, ObjectWriter *ow) const
 
- Protected Member Functions inherited from google::protobuf::util::converter::ObjectSource
 ObjectSource ()
 

Constructor & Destructor Documentation

◆ ProtoStreamObjectSource()

google::protobuf::util::converter::ProtoStreamObjectSource::ProtoStreamObjectSource ( google::protobuf::io::CodedInputStream stream,
TypeResolver type_resolver,
const google::protobuf::Type type 
)

◆ ~ProtoStreamObjectSource()

google::protobuf::util::converter::ProtoStreamObjectSource::~ProtoStreamObjectSource ( )
virtual

Member Function Documentation

◆ NamedWriteTo()

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

◆ set_max_recursion_depth()

void google::protobuf::util::converter::ProtoStreamObjectSource::set_max_recursion_depth ( int  max_depth)
inline

◆ set_use_lower_camel_for_enums()

void google::protobuf::util::converter::ProtoStreamObjectSource::set_use_lower_camel_for_enums ( bool  value)
inline

◆ WriteMessage()

Status google::protobuf::util::converter::ProtoStreamObjectSource::WriteMessage ( const google::protobuf::Type descriptor,
StringPiece  name,
const uint32  end_tag,
bool  include_start_and_end,
ObjectWriter ow 
) const
protectedvirtual

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