Advance(int amount) | google::protobuf::io::CodedOutputStream | inlineprivate |
aliasing_enabled_ | google::protobuf::io::CodedOutputStream | private |
buffer_ | google::protobuf::io::CodedOutputStream | private |
buffer_size_ | google::protobuf::io::CodedOutputStream | private |
ByteCount() const | google::protobuf::io::CodedOutputStream | inline |
CodedOutputStream(ZeroCopyOutputStream *output) | google::protobuf::io::CodedOutputStream | explicit |
EnableAliasing(bool enabled) | google::protobuf::io::CodedOutputStream | |
GetDirectBufferForNBytesAndAdvance(int size) | google::protobuf::io::CodedOutputStream | inline |
GetDirectBufferPointer(void **data, int *size) | google::protobuf::io::CodedOutputStream | |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodedOutputStream) | google::protobuf::io::CodedOutputStream | private |
had_error_ | google::protobuf::io::CodedOutputStream | private |
HadError() const | google::protobuf::io::CodedOutputStream | inline |
output_ | google::protobuf::io::CodedOutputStream | private |
Refresh() | google::protobuf::io::CodedOutputStream | private |
Skip(int count) | google::protobuf::io::CodedOutputStream | |
total_bytes_ | google::protobuf::io::CodedOutputStream | private |
VarintSize32(uint32 value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize32Fallback(uint32 value) | google::protobuf::io::CodedOutputStream | privatestatic |
VarintSize32SignExtended(int32 value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize64(uint64 value) | google::protobuf::io::CodedOutputStream | static |
WriteAliasedRaw(const void *buffer, int size) | google::protobuf::io::CodedOutputStream | private |
WriteLittleEndian32(uint32 value) | google::protobuf::io::CodedOutputStream | |
WriteLittleEndian32ToArray(uint32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteLittleEndian64(uint64 value) | google::protobuf::io::CodedOutputStream | |
WriteLittleEndian64ToArray(uint64 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteRaw(const void *buffer, int size) | google::protobuf::io::CodedOutputStream | |
WriteRawMaybeAliased(const void *data, int size) | google::protobuf::io::CodedOutputStream | inline |
WriteRawToArray(const void *buffer, int size, uint8 *target) | google::protobuf::io::CodedOutputStream | static |
WriteString(const string &str) | google::protobuf::io::CodedOutputStream | inline |
WriteStringToArray(const string &str, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteStringWithSizeToArray(const string &str, uint8 *target) | google::protobuf::io::CodedOutputStream | static |
WriteTag(uint32 value) | google::protobuf::io::CodedOutputStream | inline |
WriteTagToArray(uint32 value, uint8 *target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint32(uint32 value) | google::protobuf::io::CodedOutputStream | |
WriteVarint32FallbackToArray(uint32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | privatestatic |
WriteVarint32FallbackToArrayInline(uint32 value, uint8 *target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedOutputStream | privatestatic |
WriteVarint32SignExtended(int32 value) | google::protobuf::io::CodedOutputStream | inline |
WriteVarint32SignExtendedToArray(int32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint32ToArray(uint32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint64(uint64 value) | google::protobuf::io::CodedOutputStream | |
WriteVarint64ToArray(uint64 value, uint8 *target) | google::protobuf::io::CodedOutputStream | static |
WriteVarint64ToArrayInline(uint64 value, uint8 *target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedOutputStream | privatestatic |
~CodedOutputStream() | google::protobuf::io::CodedOutputStream | |