Go to the source code of this file.
Classes | |
class | GPBApi |
class | GPBApiRoot |
class | GPBMethod |
class | GPBMixin |
Macros | |
#define | GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
Functions | |
typedef | GPB_ENUM (GPBApi_FieldNumber) |
typedef | GPB_ENUM (GPBMethod_FieldNumber) |
typedef | GPB_ENUM (GPBMixin_FieldNumber) |
GPB_ENUM_FWD_DECLARE (GPBSyntax) | |
int32_t | GPBApi_Syntax_RawValue (GPBApi *message) |
int32_t | GPBMethod_Syntax_RawValue (GPBMethod *message) |
void | SetGPBApi_Syntax_RawValue (GPBApi *message, int32_t value) |
void | SetGPBMethod_Syntax_RawValue (GPBMethod *message, int32_t value) |
#define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
Definition at line 7 of file GPBApi.pbobjc.h.
typedef GPB_ENUM | ( | GPBApi_FieldNumber | ) |
Definition at line 59 of file GPBApi.pbobjc.h.
typedef GPB_ENUM | ( | GPBMethod_FieldNumber | ) |
Definition at line 153 of file GPBApi.pbobjc.h.
typedef GPB_ENUM | ( | GPBMixin_FieldNumber | ) |
Definition at line 207 of file GPBApi.pbobjc.h.
GPB_ENUM_FWD_DECLARE | ( | GPBSyntax | ) |
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.
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.
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.