|
const char * | _InternalParse (const char *ptr, ParseContext *ctx) |
|
const char * | _InternalParse (const char *ptr, ParseContext *ctx) |
|
void | AddFixed32 (uint32 num, uint32 value) |
|
void | AddFixed32 (uint32_t num, uint32_t value) |
|
void | AddFixed64 (uint32 num, uint64 value) |
|
void | AddFixed64 (uint32_t num, uint64_t value) |
|
void | AddVarint (uint32 num, uint64 value) |
|
void | AddVarint (uint32_t num, uint64_t value) |
|
const char * | ParseGroup (uint32 num, const char *ptr, ParseContext *ctx) |
|
const char * | ParseGroup (uint32_t num, const char *ptr, ParseContext *ctx) |
|
const char * | ParseLengthDelimited (uint32 num, const char *ptr, ParseContext *ctx) |
|
const char * | ParseLengthDelimited (uint32_t num, const char *ptr, ParseContext *ctx) |
|
| UnknownFieldLiteParserHelper (std::string *unknown) |
|
| UnknownFieldLiteParserHelper (std::string *unknown) |
|
◆ UnknownFieldLiteParserHelper() [1/2]
google::protobuf.internal::UnknownFieldLiteParserHelper::UnknownFieldLiteParserHelper |
( |
std::string * |
unknown | ) |
|
|
inlineexplicit |
◆ UnknownFieldLiteParserHelper() [2/2]
google::protobuf.internal::UnknownFieldLiteParserHelper::UnknownFieldLiteParserHelper |
( |
std::string * |
unknown | ) |
|
|
inlineexplicit |
◆ _InternalParse() [1/2]
const char* google::protobuf.internal::UnknownFieldLiteParserHelper::_InternalParse |
( |
const char * |
ptr, |
|
|
ParseContext * |
ctx |
|
) |
| |
|
inline |
◆ _InternalParse() [2/2]
const char* google::protobuf.internal::UnknownFieldLiteParserHelper::_InternalParse |
( |
const char * |
ptr, |
|
|
ParseContext * |
ctx |
|
) |
| |
|
inline |
◆ AddFixed32() [1/2]
void google::protobuf.internal::UnknownFieldLiteParserHelper::AddFixed32 |
( |
uint32 |
num, |
|
|
uint32 |
value |
|
) |
| |
|
inline |
◆ AddFixed32() [2/2]
void google::protobuf.internal::UnknownFieldLiteParserHelper::AddFixed32 |
( |
uint32_t |
num, |
|
|
uint32_t |
value |
|
) |
| |
|
inline |
◆ AddFixed64() [1/2]
void google::protobuf.internal::UnknownFieldLiteParserHelper::AddFixed64 |
( |
uint32 |
num, |
|
|
uint64 |
value |
|
) |
| |
|
inline |
◆ AddFixed64() [2/2]
void google::protobuf.internal::UnknownFieldLiteParserHelper::AddFixed64 |
( |
uint32_t |
num, |
|
|
uint64_t |
value |
|
) |
| |
|
inline |
◆ AddVarint() [1/2]
void google::protobuf.internal::UnknownFieldLiteParserHelper::AddVarint |
( |
uint32 |
num, |
|
|
uint64 |
value |
|
) |
| |
|
inline |
◆ AddVarint() [2/2]
void google::protobuf.internal::UnknownFieldLiteParserHelper::AddVarint |
( |
uint32_t |
num, |
|
|
uint64_t |
value |
|
) |
| |
|
inline |
◆ ParseGroup() [1/2]
◆ ParseGroup() [2/2]
◆ ParseLengthDelimited() [1/2]
const char* google::protobuf.internal::UnknownFieldLiteParserHelper::ParseLengthDelimited |
( |
uint32 |
num, |
|
|
const char * |
ptr, |
|
|
ParseContext * |
ctx |
|
) |
| |
|
inline |
◆ ParseLengthDelimited() [2/2]
◆ unknown_
std::string * google::protobuf.internal::UnknownFieldLiteParserHelper::unknown_ |
|
private |
The documentation for this class was generated from the following file: