#include <proto_writer.h>
|
| ProtoWriter (TypeResolver *type_resolver, const google::protobuf::Type &type, strings::ByteSink *output, ErrorListener *listener) |
|
virtual | ~ProtoWriter () |
|
virtual ProtoWriter * | StartObject (StringPiece name) |
|
virtual ProtoWriter * | EndObject () |
|
virtual ProtoWriter * | StartList (StringPiece name) |
|
virtual ProtoWriter * | EndList () |
|
virtual ProtoWriter * | RenderBool (StringPiece name, bool value) |
|
virtual ProtoWriter * | RenderInt32 (StringPiece name, int32 value) |
|
virtual ProtoWriter * | RenderUint32 (StringPiece name, uint32 value) |
|
virtual ProtoWriter * | RenderInt64 (StringPiece name, int64 value) |
|
virtual ProtoWriter * | RenderUint64 (StringPiece name, uint64 value) |
|
virtual ProtoWriter * | RenderDouble (StringPiece name, double value) |
|
virtual ProtoWriter * | RenderFloat (StringPiece name, float value) |
|
virtual ProtoWriter * | RenderString (StringPiece name, StringPiece value) |
|
virtual ProtoWriter * | RenderBytes (StringPiece name, StringPiece value) |
|
virtual ProtoWriter * | RenderNull (StringPiece name) |
|
virtual ProtoWriter * | RenderDataPiece (StringPiece name, const DataPiece &value) |
|
const LocationTrackerInterface & | location () |
|
bool | done () |
|
google::protobuf::io::CodedOutputStream * | stream () |
|
void | IncrementInvalidDepth () |
|
void | DecrementInvalidDepth () |
|
int | invalid_depth () |
|
ErrorListener * | listener () |
|
const TypeInfo * | typeinfo () |
|
virtual | ~StructuredObjectWriter () |
|
virtual | ~ObjectWriter () |
|
void | set_use_strict_base64_decoding (bool value) |
|
bool | use_strict_base64_decoding () const |
|
|
| ProtoWriter (const TypeInfo *typeinfo, const google::protobuf::Type &type, strings::ByteSink *output, ErrorListener *listener) |
|
virtual ProtoElement * | element () |
|
void | InvalidName (StringPiece unknown_name, StringPiece message) |
|
void | InvalidValue (StringPiece type_name, StringPiece value) |
|
void | MissingField (StringPiece missing_name) |
|
const google::protobuf::Field * | BeginNamed (StringPiece name, bool is_list) |
|
const google::protobuf::Field * | Lookup (StringPiece name) |
|
const google::protobuf::Type * | LookupType (const google::protobuf::Field *field) |
|
void | WriteRootMessage () |
|
void | WriteTag (const google::protobuf::Field &field) |
|
bool | ValidOneof (const google::protobuf::Field &field, StringPiece unnormalized_name) |
|
bool | IsRepeated (const google::protobuf::Field &field) |
|
ProtoWriter * | StartObjectField (const google::protobuf::Field &field, const google::protobuf::Type &type) |
|
ProtoWriter * | StartListField (const google::protobuf::Field &field, const google::protobuf::Type &type) |
|
ProtoWriter * | RenderPrimitiveField (const google::protobuf::Field &field, const google::protobuf::Type &type, const DataPiece &value) |
|
| StructuredObjectWriter () |
|
| ObjectWriter () |
|
◆ ProtoWriter() [1/2]
◆ ~ProtoWriter()
google::protobuf::util::converter::ProtoWriter::~ProtoWriter |
( |
| ) |
|
|
virtual |
◆ ProtoWriter() [2/2]
◆ BeginNamed()
◆ DecrementInvalidDepth()
void google::protobuf::util::converter::ProtoWriter::DecrementInvalidDepth |
( |
| ) |
|
|
inline |
◆ done()
bool google::protobuf::util::converter::ProtoWriter::done |
( |
| ) |
|
|
inlinevirtual |
◆ element()
virtual ProtoElement* google::protobuf::util::converter::ProtoWriter::element |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ EndList()
ProtoWriter * google::protobuf::util::converter::ProtoWriter::EndList |
( |
| ) |
|
|
virtual |
◆ EndObject()
ProtoWriter * google::protobuf::util::converter::ProtoWriter::EndObject |
( |
| ) |
|
|
virtual |
◆ IncrementInvalidDepth()
void google::protobuf::util::converter::ProtoWriter::IncrementInvalidDepth |
( |
| ) |
|
|
inline |
◆ invalid_depth()
int google::protobuf::util::converter::ProtoWriter::invalid_depth |
( |
| ) |
|
|
inline |
◆ InvalidName()
◆ InvalidValue()
◆ IsRepeated()
◆ listener()
ErrorListener* google::protobuf::util::converter::ProtoWriter::listener |
( |
| ) |
|
|
inline |
◆ location()
◆ Lookup()
◆ LookupType()
◆ MissingField()
void google::protobuf::util::converter::ProtoWriter::MissingField |
( |
StringPiece |
missing_name | ) |
|
|
protected |
◆ RenderBool()
virtual ProtoWriter* google::protobuf::util::converter::ProtoWriter::RenderBool |
( |
StringPiece |
name, |
|
|
bool |
value |
|
) |
| |
|
inlinevirtual |
◆ RenderBytes()
◆ RenderDataPiece()
◆ RenderDouble()
virtual ProtoWriter* google::protobuf::util::converter::ProtoWriter::RenderDouble |
( |
StringPiece |
name, |
|
|
double |
value |
|
) |
| |
|
inlinevirtual |
◆ RenderFloat()
virtual ProtoWriter* google::protobuf::util::converter::ProtoWriter::RenderFloat |
( |
StringPiece |
name, |
|
|
float |
value |
|
) |
| |
|
inlinevirtual |
◆ RenderInt32()
◆ RenderInt64()
◆ RenderNull()
◆ RenderPrimitiveField()
◆ RenderString()
◆ RenderUint32()
◆ RenderUint64()
◆ StartList()
◆ StartListField()
◆ StartObject()
◆ StartObjectField()
◆ stream()
◆ typeinfo()
const TypeInfo* google::protobuf::util::converter::ProtoWriter::typeinfo |
( |
| ) |
|
|
inline |
◆ ValidOneof()
◆ WriteRootMessage()
void google::protobuf::util::converter::ProtoWriter::WriteRootMessage |
( |
| ) |
|
|
protected |
◆ WriteTag()
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/util/internal/proto_writer.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc