GPBWrappers.pbobjc.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/wrappers.proto
3 
4 // This CPP symbol can be defined to use imports that match up to the framework
5 // imports needed when using CocoaPods.
6 #if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
7  #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
8 #endif
9 
10 #if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
11  #import <Protobuf/GPBDescriptor.h>
12  #import <Protobuf/GPBMessage.h>
13  #import <Protobuf/GPBRootObject.h>
14 #else
15  #import "GPBDescriptor.h"
16  #import "GPBMessage.h"
17  #import "GPBRootObject.h"
18 #endif
19 
20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30004
21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
22 #endif
23 #if 30004 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
25 #endif
26 
27 // @@protoc_insertion_point(imports)
28 
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
31 
32 CF_EXTERN_C_BEGIN
33 
34 NS_ASSUME_NONNULL_BEGIN
35 
36 #pragma mark - GPBWrappersRoot
37 
49 @end
50 
51 #pragma mark - GPBDoubleValue
52 
53 typedef GPB_ENUM(GPBDoubleValue_FieldNumber) {
54  GPBDoubleValue_FieldNumber_Value = 1,
55 };
56 
63 
65 @property(nonatomic, readwrite) double value;
66 
67 @end
68 
69 #pragma mark - GPBFloatValue
70 
71 typedef GPB_ENUM(GPBFloatValue_FieldNumber) {
72  GPBFloatValue_FieldNumber_Value = 1,
73 };
74 
81 
83 @property(nonatomic, readwrite) float value;
84 
85 @end
86 
87 #pragma mark - GPBInt64Value
88 
89 typedef GPB_ENUM(GPBInt64Value_FieldNumber) {
90  GPBInt64Value_FieldNumber_Value = 1,
91 };
92 
99 
101 @property(nonatomic, readwrite) int64_t value;
102 
103 @end
104 
105 #pragma mark - GPBUInt64Value
106 
107 typedef GPB_ENUM(GPBUInt64Value_FieldNumber) {
108  GPBUInt64Value_FieldNumber_Value = 1,
109 };
110 
117 
119 @property(nonatomic, readwrite) uint64_t value;
120 
121 @end
122 
123 #pragma mark - GPBInt32Value
124 
125 typedef GPB_ENUM(GPBInt32Value_FieldNumber) {
126  GPBInt32Value_FieldNumber_Value = 1,
127 };
128 
135 
137 @property(nonatomic, readwrite) int32_t value;
138 
139 @end
140 
141 #pragma mark - GPBUInt32Value
142 
143 typedef GPB_ENUM(GPBUInt32Value_FieldNumber) {
144  GPBUInt32Value_FieldNumber_Value = 1,
145 };
146 
153 
155 @property(nonatomic, readwrite) uint32_t value;
156 
157 @end
158 
159 #pragma mark - GPBBoolValue
160 
161 typedef GPB_ENUM(GPBBoolValue_FieldNumber) {
162  GPBBoolValue_FieldNumber_Value = 1,
163 };
164 
170 GPB_FINAL @interface GPBBoolValue : GPBMessage
171 
173 @property(nonatomic, readwrite) BOOL value;
174 
175 @end
176 
177 #pragma mark - GPBStringValue
178 
179 typedef GPB_ENUM(GPBStringValue_FieldNumber) {
180  GPBStringValue_FieldNumber_Value = 1,
181 };
182 
189 
191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value;
192 
193 @end
194 
195 #pragma mark - GPBBytesValue
196 
197 typedef GPB_ENUM(GPBBytesValue_FieldNumber) {
198  GPBBytesValue_FieldNumber_Value = 1,
199 };
200 
207 
209 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
210 
211 @end
212 
213 NS_ASSUME_NONNULL_END
214 
215 CF_EXTERN_C_END
216 
217 #pragma clang diagnostic pop
218 
219 // @@protoc_insertion_point(global_scope)
GPBDoubleValue
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:62
copy
static int copy(grpc_slice_buffer *input, grpc_slice_buffer *output)
Definition: message_compress.cc:145
GPB_FINAL
#define GPB_FINAL
Definition: protobuf/objectivec/GPBBootstrap.h:120
GPBInt64Value
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:98
GPBDescriptor.h
BOOL
int BOOL
Definition: undname.c:46
GPBWrappersRoot
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:48
uint32_t
unsigned int uint32_t
Definition: stdint-msvc2008.h:80
GPBUInt32Value
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:152
GPBUInt64Value
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:116
GPBFloatValue
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:80
GPBInt32Value
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:134
int64_t
signed __int64 int64_t
Definition: stdint-msvc2008.h:89
GPB_ENUM
typedef GPB_ENUM(GPBDoubleValue_FieldNumber)
Definition: GPBWrappers.pbobjc.h:53
GPBRootObject.h
uint64_t
unsigned __int64 uint64_t
Definition: stdint-msvc2008.h:90
GPBStringValue
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:188
GPBRootObject
Definition: bloaty/third_party/protobuf/objectivec/GPBRootObject.h:42
value
const char * value
Definition: hpack_parser_table.cc:165
GPBMessage
Definition: bloaty/third_party/protobuf/objectivec/GPBMessage.h:83
GPBBoolValue
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:170
int32_t
signed int int32_t
Definition: stdint-msvc2008.h:77
GPBBytesValue
Definition: bloaty/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h:206
GPBMessage.h


grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:59:47