webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <protostream_objectsource.h>
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 () | |
google::protobuf::util::converter::ProtoStreamObjectSource::ProtoStreamObjectSource | ( | google::protobuf::io::CodedInputStream * | stream, |
TypeResolver * | type_resolver, | ||
const google::protobuf::Type & | type | ||
) |
|
virtual |
|
virtual |
Implements google::protobuf::util::converter::ObjectSource.
|
inline |
|
inline |
|
protectedvirtual |