Go to the source code of this file.
Classes | |
class | GPBListValue |
class | GPBStruct |
class | GPBStructRoot |
class | GPBValue |
Macros | |
#define | GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
Functions | |
typedef | GPB_ENUM (GPBListValue_FieldNumber) |
NS_ASSUME_NONNULL_BEGIN typedef | GPB_ENUM (GPBNullValue) |
typedef | GPB_ENUM (GPBStruct_FieldNumber) |
typedef | GPB_ENUM (GPBValue_FieldNumber) |
typedef | GPB_ENUM (GPBValue_Kind_OneOfCase) |
GPBEnumDescriptor * | GPBNullValue_EnumDescriptor (void) |
BOOL | GPBNullValue_IsValidValue (int32_t value) |
void | GPBValue_ClearKindOneOfCase (GPBValue *message) |
int32_t | GPBValue_NullValue_RawValue (GPBValue *message) |
void | SetGPBValue_NullValue_RawValue (GPBValue *message, int32_t value) |
#define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
Definition at line 7 of file GPBStruct.pbobjc.h.
typedef GPB_ENUM | ( | GPBListValue_FieldNumber | ) |
Definition at line 180 of file GPBStruct.pbobjc.h.
NS_ASSUME_NONNULL_BEGIN typedef GPB_ENUM | ( | GPBNullValue | ) |
NullValue
is a singleton enumeration to represent the null value for the Value
type union.
The JSON representation for NullValue
is JSON null
.
Value used if any message's field encounters a value that is not defined by this enum. The message will also have C functions to get/set the rawValue of the field.
Null value.
Definition at line 48 of file GPBStruct.pbobjc.h.
typedef GPB_ENUM | ( | GPBStruct_FieldNumber | ) |
Definition at line 84 of file GPBStruct.pbobjc.h.
typedef GPB_ENUM | ( | GPBValue_FieldNumber | ) |
Definition at line 109 of file GPBStruct.pbobjc.h.
typedef GPB_ENUM | ( | GPBValue_Kind_OneOfCase | ) |
Definition at line 118 of file GPBStruct.pbobjc.h.
GPBEnumDescriptor* GPBNullValue_EnumDescriptor | ( | void | ) |
Checks to see if the given value is defined by the enum or was not known at the time this source was generated.
void GPBValue_ClearKindOneOfCase | ( | GPBValue * | message | ) |
Clears whatever value was set for the oneof 'kind'.
Fetches the raw value of a GPBValue's
nullValue
property, even if the value was not defined by the enum at the time the code was generated.