#include <unknown_field_set.h>
◆ Type
| Enumerator |
|---|
| TYPE_VARINT | |
| TYPE_FIXED32 | |
| TYPE_FIXED64 | |
| TYPE_LENGTH_DELIMITED | |
| TYPE_GROUP | |
◆ fixed32()
| uint32 google::protobuf::UnknownField::fixed32 |
( |
| ) |
const |
|
inline |
◆ fixed64()
| uint64 google::protobuf::UnknownField::fixed64 |
( |
| ) |
const |
|
inline |
◆ GetLengthDelimitedSize()
| int google::protobuf::UnknownField::GetLengthDelimitedSize |
( |
| ) |
const |
|
inline |
◆ group()
◆ length_delimited()
| const string & google::protobuf::UnknownField::length_delimited |
( |
| ) |
const |
|
inline |
◆ mutable_group()
◆ mutable_length_delimited()
| string * google::protobuf::UnknownField::mutable_length_delimited |
( |
| ) |
|
|
inline |
◆ number()
| int google::protobuf::UnknownField::number |
( |
| ) |
const |
|
inline |
◆ SerializeLengthDelimitedNoTag()
◆ SerializeLengthDelimitedNoTagToArray()
| uint8 * google::protobuf::UnknownField::SerializeLengthDelimitedNoTagToArray |
( |
uint8 * |
target | ) |
const |
◆ set_fixed32()
| void google::protobuf::UnknownField::set_fixed32 |
( |
uint32 |
value | ) |
|
|
inline |
◆ set_fixed64()
| void google::protobuf::UnknownField::set_fixed64 |
( |
uint64 |
value | ) |
|
|
inline |
◆ set_length_delimited()
| void google::protobuf::UnknownField::set_length_delimited |
( |
const string & |
value | ) |
|
|
inline |
◆ set_varint()
| void google::protobuf::UnknownField::set_varint |
( |
uint64 |
value | ) |
|
|
inline |
◆ type()
◆ varint()
| uint64 google::protobuf::UnknownField::varint |
( |
| ) |
const |
|
inline |
◆ UnknownFieldSet
◆ fixed32_
| uint32 google::protobuf::UnknownField::fixed32_ |
◆ fixed64_
| uint64 google::protobuf::UnknownField::fixed64_ |
◆ group_
◆ length_delimited_
| union LengthDelimited google::protobuf::UnknownField::length_delimited_ |
◆ varint_
| uint64 google::protobuf::UnknownField::varint_ |
The documentation for this class was generated from the following files: