|
static const char * | Parse32WithLimit (const char *ptr, const char *limit, uint32 *OUTPUT) |
|
static char * | Encode32 (char *ptr, uint32 v) |
|
static void | Append32 (string *s, uint32 value) |
|
Definition at line 393 of file snappy-stubs-internal.h.
◆ Append32()
void snappy::Varint::Append32 |
( |
string * |
s, |
|
|
uint32 |
value |
|
) |
| |
|
static |
◆ Encode32()
char * snappy::Varint::Encode32 |
( |
char * |
ptr, |
|
|
uint32 |
v |
|
) |
| |
|
inlinestatic |
◆ Parse32WithLimit()
const char * snappy::Varint::Parse32WithLimit |
( |
const char * |
ptr, |
|
|
const char * |
limit, |
|
|
uint32 * |
OUTPUT |
|
) |
| |
|
inlinestatic |
◆ kMax32
const int snappy::Varint::kMax32 = 5 |
|
static |
The documentation for this class was generated from the following files: