Advance(int amount) | google::protobuf::io::CodedInputStream | inlineprivate |
aliasing_enabled_ | google::protobuf::io::CodedInputStream | private |
BackUpInputToCurrentPosition() | google::protobuf::io::CodedInputStream | private |
buffer_ | google::protobuf::io::CodedInputStream | private |
buffer_end_ | google::protobuf::io::CodedInputStream | private |
buffer_size_after_limit_ | google::protobuf::io::CodedInputStream | private |
BufferSize() const | google::protobuf::io::CodedInputStream | inlineprivate |
BytesUntilLimit() const | google::protobuf::io::CodedInputStream | |
BytesUntilTotalBytesLimit() const | google::protobuf::io::CodedInputStream | |
CodedInputStream(ZeroCopyInputStream *input) | google::protobuf::io::CodedInputStream | inlineexplicit |
CodedInputStream(const uint8 *buffer, int size) | google::protobuf::io::CodedInputStream | inlineexplicit |
ConsumedEntireMessage() | google::protobuf::io::CodedInputStream | inline |
current_limit_ | google::protobuf::io::CodedInputStream | private |
CurrentPosition() const | google::protobuf::io::CodedInputStream | inline |
DecrementRecursionDepth() | google::protobuf::io::CodedInputStream | inline |
default_recursion_limit_ | google::protobuf::io::CodedInputStream | privatestatic |
ExpectAtEnd() | google::protobuf::io::CodedInputStream | inline |
ExpectTag(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedInputStream | inline |
ExpectTagFromArray(const uint8 *buffer, uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedInputStream | inlinestatic |
extension_factory_ | google::protobuf::io::CodedInputStream | private |
extension_pool_ | google::protobuf::io::CodedInputStream | private |
GetDirectBufferPointer(const void **data, int *size) | google::protobuf::io::CodedInputStream | |
GetDirectBufferPointerInline(const void **data, int *size) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedInputStream | inline |
GetExtensionFactory() | google::protobuf::io::CodedInputStream | inline |
GetExtensionPool() | google::protobuf::io::CodedInputStream | inline |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodedInputStream) | google::protobuf::io::CodedInputStream | private |
IncrementRecursionDepth() | google::protobuf::io::CodedInputStream | inline |
input_ | google::protobuf::io::CodedInputStream | private |
InternalReadStringInline(string *buffer, int size) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedInputStream | inline |
IsFlat() const | google::protobuf::io::CodedInputStream | inline |
kDefaultTotalBytesLimit | google::protobuf::io::CodedInputStream | privatestatic |
kDefaultTotalBytesWarningThreshold | google::protobuf::io::CodedInputStream | privatestatic |
last_tag_ | google::protobuf::io::CodedInputStream | private |
LastTagWas(uint32 expected) | google::protobuf::io::CodedInputStream | inline |
legitimate_message_end_ | google::protobuf::io::CodedInputStream | private |
Limit typedef | google::protobuf::io::CodedInputStream | |
overflow_bytes_ | google::protobuf::io::CodedInputStream | private |
PopLimit(Limit limit) | google::protobuf::io::CodedInputStream | |
PrintTotalBytesLimitError() | google::protobuf::io::CodedInputStream | private |
PushLimit(int byte_limit) | google::protobuf::io::CodedInputStream | |
ReadLittleEndian32(uint32 *value) | google::protobuf::io::CodedInputStream | inline |
ReadLittleEndian32Fallback(uint32 *value) | google::protobuf::io::CodedInputStream | private |
ReadLittleEndian32FromArray(const uint8 *buffer, uint32 *value) | google::protobuf::io::CodedInputStream | inlinestatic |
ReadLittleEndian64(uint64 *value) | google::protobuf::io::CodedInputStream | inline |
ReadLittleEndian64Fallback(uint64 *value) | google::protobuf::io::CodedInputStream | private |
ReadLittleEndian64FromArray(const uint8 *buffer, uint64 *value) | google::protobuf::io::CodedInputStream | inlinestatic |
ReadRaw(void *buffer, int size) | google::protobuf::io::CodedInputStream | |
ReadString(string *buffer, int size) | google::protobuf::io::CodedInputStream | |
ReadStringFallback(string *buffer, int size) | google::protobuf::io::CodedInputStream | private |
ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedInputStream | inline |
ReadTagFallback() | google::protobuf::io::CodedInputStream | private |
ReadTagSlow() | google::protobuf::io::CodedInputStream | private |
ReadTagWithCutoff(uint32 cutoff) GOOGLE_ATTRIBUTE_ALWAYS_INLINE | google::protobuf::io::CodedInputStream | inline |
ReadVarint32(uint32 *value) | google::protobuf::io::CodedInputStream | inline |
ReadVarint32Fallback(uint32 *value) | google::protobuf::io::CodedInputStream | private |
ReadVarint32Slow(uint32 *value) | google::protobuf::io::CodedInputStream | private |
ReadVarint64(uint64 *value) | google::protobuf::io::CodedInputStream | inline |
ReadVarint64Fallback(uint64 *value) | google::protobuf::io::CodedInputStream | private |
ReadVarint64Slow(uint64 *value) | google::protobuf::io::CodedInputStream | private |
RecomputeBufferLimits() | google::protobuf::io::CodedInputStream | private |
recursion_depth_ | google::protobuf::io::CodedInputStream | private |
recursion_limit_ | google::protobuf::io::CodedInputStream | private |
Refresh() | google::protobuf::io::CodedInputStream | private |
SetExtensionRegistry(const DescriptorPool *pool, MessageFactory *factory) | google::protobuf::io::CodedInputStream | inline |
SetRecursionLimit(int limit) | google::protobuf::io::CodedInputStream | inline |
SetTotalBytesLimit(int total_bytes_limit, int warning_threshold) | google::protobuf::io::CodedInputStream | |
Skip(int count) | google::protobuf::io::CodedInputStream | |
total_bytes_limit_ | google::protobuf::io::CodedInputStream | private |
total_bytes_read_ | google::protobuf::io::CodedInputStream | private |
total_bytes_warning_threshold_ | google::protobuf::io::CodedInputStream | private |
~CodedInputStream() | google::protobuf::io::CodedInputStream | |