#import "GPBCodedInputStream.h"
Go to the source code of this file.
Classes | |
struct | GPBCodedInputStreamState |
Typedefs | |
typedef struct GPBCodedInputStreamState | GPBCodedInputStreamState |
typedef struct GPBCodedInputStreamState GPBCodedInputStreamState |
size_t GPBCodedInputStreamBytesUntilLimit | ( | GPBCodedInputStreamState * | state | ) |
void GPBCodedInputStreamCheckLastTagWas | ( | GPBCodedInputStreamState * | state, |
int32_t | value | ||
) |
BOOL GPBCodedInputStreamIsAtEnd | ( | GPBCodedInputStreamState * | state | ) |
void GPBCodedInputStreamPopLimit | ( | GPBCodedInputStreamState * | state, |
size_t | oldLimit | ||
) |
size_t GPBCodedInputStreamPushLimit | ( | GPBCodedInputStreamState * | state, |
size_t | byteLimit | ||
) |
BOOL GPBCodedInputStreamReadBool | ( | GPBCodedInputStreamState * | state | ) |
double GPBCodedInputStreamReadDouble | ( | GPBCodedInputStreamState * | state | ) |
int32_t GPBCodedInputStreamReadEnum | ( | GPBCodedInputStreamState * | state | ) |
uint32_t GPBCodedInputStreamReadFixed32 | ( | GPBCodedInputStreamState * | state | ) |
uint64_t GPBCodedInputStreamReadFixed64 | ( | GPBCodedInputStreamState * | state | ) |
float GPBCodedInputStreamReadFloat | ( | GPBCodedInputStreamState * | state | ) |
int32_t GPBCodedInputStreamReadInt32 | ( | GPBCodedInputStreamState * | state | ) |
int64_t GPBCodedInputStreamReadInt64 | ( | GPBCodedInputStreamState * | state | ) |
NSData* GPBCodedInputStreamReadRetainedBytes | ( | GPBCodedInputStreamState * | state | ) |
NSData* GPBCodedInputStreamReadRetainedBytesNoCopy | ( | GPBCodedInputStreamState * | state | ) |
NSString* GPBCodedInputStreamReadRetainedString | ( | GPBCodedInputStreamState * | state | ) |
int32_t GPBCodedInputStreamReadSFixed32 | ( | GPBCodedInputStreamState * | state | ) |
int64_t GPBCodedInputStreamReadSFixed64 | ( | GPBCodedInputStreamState * | state | ) |
int32_t GPBCodedInputStreamReadSInt32 | ( | GPBCodedInputStreamState * | state | ) |
int64_t GPBCodedInputStreamReadSInt64 | ( | GPBCodedInputStreamState * | state | ) |
CF_EXTERN_C_BEGIN int32_t GPBCodedInputStreamReadTag | ( | GPBCodedInputStreamState * | state | ) |
uint32_t GPBCodedInputStreamReadUInt32 | ( | GPBCodedInputStreamState * | state | ) |
uint64_t GPBCodedInputStreamReadUInt64 | ( | GPBCodedInputStreamState * | state | ) |