Go to the source code of this file.
◆ GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
#define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
◆ GPB_ENUM() [1/3]
typedef GPB_ENUM |
( |
GPBApi_FieldNumber |
| ) |
|
◆ GPB_ENUM() [2/3]
typedef GPB_ENUM |
( |
GPBMethod_FieldNumber |
| ) |
|
◆ GPB_ENUM() [3/3]
typedef GPB_ENUM |
( |
GPBMixin_FieldNumber |
| ) |
|
◆ GPB_ENUM_FWD_DECLARE()
GPB_ENUM_FWD_DECLARE |
( |
GPBSyntax |
| ) |
|
◆ GPBApi_Syntax_RawValue()
int32_t GPBApi_Syntax_RawValue |
( |
GPBApi * |
message | ) |
|
Fetches the raw value of a GPBApi's
syntax
property, even if the value was not defined by the enum at the time the code was generated.
◆ GPBMethod_Syntax_RawValue()
int32_t GPBMethod_Syntax_RawValue |
( |
GPBMethod * |
message | ) |
|
Fetches the raw value of a GPBMethod's
syntax
property, even if the value was not defined by the enum at the time the code was generated.
◆ SetGPBApi_Syntax_RawValue()
void SetGPBApi_Syntax_RawValue |
( |
GPBApi * |
message, |
|
|
int32_t |
value |
|
) |
| |
Sets the raw value of an GPBApi's
syntax
property, allowing it to be set to a value that was not defined by the enum at the time the code was generated.
◆ SetGPBMethod_Syntax_RawValue()
void SetGPBMethod_Syntax_RawValue |
( |
GPBMethod * |
message, |
|
|
int32_t |
value |
|
) |
| |
Sets the raw value of an GPBMethod's
syntax
property, allowing it to be set to a value that was not defined by the enum at the time the code was generated.