webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
google::protobuf::io::CodedOutputStream Member List

This is the complete list of members for google::protobuf::io::CodedOutputStream, including all inherited members.

ByteCount() constgoogle::protobuf::io::CodedOutputStreaminline
CodedOutputStream(ZeroCopyOutputStream *output)google::protobuf::io::CodedOutputStreamexplicit
CodedOutputStream(ZeroCopyOutputStream *output, bool do_eager_refresh)google::protobuf::io::CodedOutputStream
EnableAliasing(bool enabled)google::protobuf::io::CodedOutputStream
GetDirectBufferForNBytesAndAdvance(int size)google::protobuf::io::CodedOutputStreaminline
GetDirectBufferPointer(void **data, int *size)google::protobuf::io::CodedOutputStream
HadError() constgoogle::protobuf::io::CodedOutputStreaminline
Skip(int count)google::protobuf::io::CodedOutputStream
Trim()google::protobuf::io::CodedOutputStream
VarintSize32(uint32 value)google::protobuf::io::CodedOutputStreaminlinestatic
VarintSize32SignExtended(int32 value)google::protobuf::io::CodedOutputStreaminlinestatic
VarintSize64(uint64 value)google::protobuf::io::CodedOutputStreamstatic
WriteLittleEndian32(uint32 value)google::protobuf::io::CodedOutputStream
WriteLittleEndian32ToArray(uint32 value, uint8 *target)google::protobuf::io::CodedOutputStreaminlinestatic
WriteLittleEndian64(uint64 value)google::protobuf::io::CodedOutputStream
WriteLittleEndian64ToArray(uint64 value, uint8 *target)google::protobuf::io::CodedOutputStreaminlinestatic
WriteRaw(const void *buffer, int size)google::protobuf::io::CodedOutputStream
WriteRawMaybeAliased(const void *data, int size)google::protobuf::io::CodedOutputStreaminline
WriteRawToArray(const void *buffer, int size, uint8 *target)google::protobuf::io::CodedOutputStreamstatic
WriteString(const string &str)google::protobuf::io::CodedOutputStreaminline
WriteStringToArray(const string &str, uint8 *target)google::protobuf::io::CodedOutputStreaminlinestatic
WriteStringWithSizeToArray(const string &str, uint8 *target)google::protobuf::io::CodedOutputStreamstatic
WriteTag(uint32 value)google::protobuf::io::CodedOutputStreaminline
WriteTagToArray(uint32 value, uint8 *target)google::protobuf::io::CodedOutputStreaminlinestatic
WriteVarint32(uint32 value)google::protobuf::io::CodedOutputStreaminline
WriteVarint32SignExtended(int32 value)google::protobuf::io::CodedOutputStreaminline
WriteVarint32SignExtendedToArray(int32 value, uint8 *target)google::protobuf::io::CodedOutputStreaminlinestatic
WriteVarint32ToArray(uint32 value, uint8 *target)google::protobuf::io::CodedOutputStreaminlinestatic
WriteVarint64(uint64 value)google::protobuf::io::CodedOutputStream
WriteVarint64ToArray(uint64 value, uint8 *target)google::protobuf::io::CodedOutputStreamstatic
~CodedOutputStream()google::protobuf::io::CodedOutputStream