ByteCount() const | google::protobuf::io::CodedOutputStream | inline |
ByteCount() const | google::protobuf::io::CodedOutputStream | inline |
CodedOutputStream(ZeroCopyOutputStream *stream) | google::protobuf::io::CodedOutputStream | inlineexplicit |
CodedOutputStream(ZeroCopyOutputStream *stream, bool do_eager_refresh) | google::protobuf::io::CodedOutputStream | |
CodedOutputStream(ZeroCopyOutputStream *stream) | google::protobuf::io::CodedOutputStream | inlineexplicit |
CodedOutputStream(ZeroCopyOutputStream *stream, bool do_eager_refresh) | google::protobuf::io::CodedOutputStream | |
Cur() const | google::protobuf::io::CodedOutputStream | inline |
Cur() const | google::protobuf::io::CodedOutputStream | inline |
cur_ | google::protobuf::io::CodedOutputStream | private |
cur_ | google::protobuf::io::CodedOutputStream | private |
default_serialization_deterministic_ | google::protobuf::io::CodedOutputStream | privatestatic |
EnableAliasing(bool enabled) | google::protobuf::io::CodedOutputStream | inline |
EnableAliasing(bool enabled) | google::protobuf::io::CodedOutputStream | inline |
EpsCopy() | google::protobuf::io::CodedOutputStream | inline |
EpsCopy() | google::protobuf::io::CodedOutputStream | inline |
GetDirectBufferForNBytesAndAdvance(int size) | google::protobuf::io::CodedOutputStream | inline |
GetDirectBufferForNBytesAndAdvance(int size) | google::protobuf::io::CodedOutputStream | inline |
GetDirectBufferPointer(void **data, int *size) | google::protobuf::io::CodedOutputStream | inline |
GetDirectBufferPointer(void **data, int *size) | google::protobuf::io::CodedOutputStream | inline |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodedOutputStream) | google::protobuf::io::CodedOutputStream | private |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodedOutputStream) | google::protobuf::io::CodedOutputStream | private |
HadError() | google::protobuf::io::CodedOutputStream | inline |
HadError() | google::protobuf::io::CodedOutputStream | inline |
impl_ | google::protobuf::io::CodedOutputStream | private |
internal::MapTestForceDeterministic() | google::protobuf::io::CodedOutputStream | friend |
internal::MapTestForceDeterministic() | google::protobuf::io::CodedOutputStream | friend |
IsDefaultSerializationDeterministic() | google::protobuf::io::CodedOutputStream | inlinestatic |
IsDefaultSerializationDeterministic() | google::protobuf::io::CodedOutputStream | inlinestatic |
IsSerializationDeterministic() const | google::protobuf::io::CodedOutputStream | inline |
IsSerializationDeterministic() const | google::protobuf::io::CodedOutputStream | inline |
Serialize(const Func &func) | google::protobuf::io::CodedOutputStream | |
Serialize(const Func &func) | google::protobuf::io::CodedOutputStream | |
SetCur(uint8 *ptr) | google::protobuf::io::CodedOutputStream | inline |
SetCur(uint8_t *ptr) | google::protobuf::io::CodedOutputStream | inline |
SetDefaultSerializationDeterministic() | google::protobuf::io::CodedOutputStream | inlineprivatestatic |
SetDefaultSerializationDeterministic() | google::protobuf::io::CodedOutputStream | inlineprivatestatic |
SetSerializationDeterministic(bool value) | google::protobuf::io::CodedOutputStream | inline |
SetSerializationDeterministic(bool value) | google::protobuf::io::CodedOutputStream | inline |
Skip(int count) | google::protobuf::io::CodedOutputStream | inline |
Skip(int count) | google::protobuf::io::CodedOutputStream | inline |
start_count_ | google::protobuf::io::CodedOutputStream | private |
start_count_ | google::protobuf::io::CodedOutputStream | private |
Trim() | google::protobuf::io::CodedOutputStream | inline |
Trim() | google::protobuf::io::CodedOutputStream | inline |
VarintSize32(uint32 value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize32(uint32_t value) | google::protobuf::io::CodedOutputStream | static |
VarintSize32PlusOne(uint32_t value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize32SignExtended(int32 value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize32SignExtended(int32_t value) | google::protobuf::io::CodedOutputStream | static |
VarintSize32SignExtendedPlusOne(int32_t value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize64(uint64 value) | google::protobuf::io::CodedOutputStream | inlinestatic |
VarintSize64(uint64_t value) | google::protobuf::io::CodedOutputStream | static |
VarintSize64PlusOne(uint64_t value) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteLittleEndian32(uint32 value) | google::protobuf::io::CodedOutputStream | inline |
WriteLittleEndian32(uint32_t value) | google::protobuf::io::CodedOutputStream | inline |
WriteLittleEndian32ToArray(uint32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteLittleEndian32ToArray(uint32_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteLittleEndian64(uint64 value) | google::protobuf::io::CodedOutputStream | inline |
WriteLittleEndian64(uint64_t value) | google::protobuf::io::CodedOutputStream | inline |
WriteLittleEndian64ToArray(uint64 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteLittleEndian64ToArray(uint64_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteRaw(const void *buffer, int size) | google::protobuf::io::CodedOutputStream | inline |
WriteRaw(const void *buffer, int size) | google::protobuf::io::CodedOutputStream | inline |
WriteRawMaybeAliased(const void *data, int size) | google::protobuf::io::CodedOutputStream | inline |
WriteRawMaybeAliased(const void *data, int size) | google::protobuf::io::CodedOutputStream | |
WriteRawToArray(const void *buffer, int size, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteRawToArray(const void *buffer, int size, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteString(const std::string &str) | google::protobuf::io::CodedOutputStream | inline |
WriteString(const std::string &str) | google::protobuf::io::CodedOutputStream | |
WriteStringToArray(const std::string &str, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteStringToArray(const std::string &str, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteStringWithSizeToArray(const std::string &str, uint8 *target) | google::protobuf::io::CodedOutputStream | static |
WriteStringWithSizeToArray(const std::string &str, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteTag(uint32 value) | google::protobuf::io::CodedOutputStream | inline |
WriteTag(uint32_t value) | google::protobuf::io::CodedOutputStream | |
WriteTagToArray(uint32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteTagToArray(uint32_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteVarint32(uint32 value) | google::protobuf::io::CodedOutputStream | inline |
WriteVarint32(uint32_t value) | google::protobuf::io::CodedOutputStream | |
WriteVarint32SignExtended(int32 value) | google::protobuf::io::CodedOutputStream | inline |
WriteVarint32SignExtended(int32_t value) | google::protobuf::io::CodedOutputStream | |
WriteVarint32SignExtendedToArray(int32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint32SignExtendedToArray(int32_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteVarint32ToArray(uint32 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint32ToArray(uint32_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
WriteVarint32ToArrayOutOfLine(uint32_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint32ToArrayOutOfLineHelper(uint32_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | privatestatic |
WriteVarint64(uint64 value) | google::protobuf::io::CodedOutputStream | inline |
WriteVarint64(uint64_t value) | google::protobuf::io::CodedOutputStream | |
WriteVarint64ToArray(uint64 value, uint8 *target) | google::protobuf::io::CodedOutputStream | inlinestatic |
WriteVarint64ToArray(uint64_t value, uint8_t *target) | google::protobuf::io::CodedOutputStream | static |
~CodedOutputStream() | google::protobuf::io::CodedOutputStream | |
~CodedOutputStream() | google::protobuf::io::CodedOutputStream | |