#include <varint.h>
Static Public Methods | |
const char * | Parse32 (const char *ptr, uint32 *OUTPUT) |
const char * | Parse64 (const char *ptr, uint64 *OUTPUT) |
char * | Encode32 (char *ptr, uint32 v) |
char * | Encode64 (char *ptr, uint64 v) |
int | Length32 (uint32 v) |
int | Length64 (uint64 v) |
Static Public Attributes | |
const int | kMax32 = 5 |
const int | kMax64 = 10 |
|
Definition at line 20 of file varint.cc. References uint32. Referenced by Encoder::put_varint32(). |
|
Definition at line 46 of file varint.cc. References uint64. Referenced by Encoder::put_varint64(). |
|
Definition at line 101 of file varint.h. References uint32. Referenced by Encoder::varint32_length(). |
|
Definition at line 111 of file varint.h. References uint64. Referenced by Encoder::varint64_length(). |
|
|
|
|
|
|
|
|