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 Struct.pbobjc.h.
typedef GPB_ENUM | ( | GPBListValue_FieldNumber | ) |
Definition at line 180 of file Struct.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 Struct.pbobjc.h.
typedef GPB_ENUM | ( | GPBStruct_FieldNumber | ) |
Definition at line 84 of file Struct.pbobjc.h.
typedef GPB_ENUM | ( | GPBValue_FieldNumber | ) |
Definition at line 109 of file Struct.pbobjc.h.
typedef GPB_ENUM | ( | GPBValue_Kind_OneOfCase | ) |
Definition at line 118 of file Struct.pbobjc.h.
GPBEnumDescriptor* GPBNullValue_EnumDescriptor | ( | void | ) |
BOOL GPBNullValue_IsValidValue | ( | int32_t | value | ) |
Checks to see if the given value is defined by the enum or was not known at the time this source was generated.
Clears whatever value was set for the oneof 'kind'.
int32_t GPBValue_NullValue_RawValue | ( | GPBValue * | message | ) |
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.