Home
last modified time | relevance | path

Searched refs:GPBMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/objectivec/
DGPBApi.pbobjc.h34 @class GPBMethod; variable
89 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray;
151 #pragma mark - GPBMethod
166 GPB_FINAL @interface GPBMethod : GPBMessage
197 int32_t GPBMethod_Syntax_RawValue(GPBMethod *message);
203 void SetGPBMethod_Syntax_RawValue(GPBMethod *message, int32_t value);
DGPBApi.pbobjc.m35 GPBObjCClassDeclaration(GPBMethod);
104 .dataTypeSpecific.clazz = GPBObjCClass(GPBMethod),
187 #pragma mark - GPBMethod
189 @implementation GPBMethod implementation
279 [GPBDescriptor allocDescriptorForClass:[GPBMethod class]
301 int32_t GPBMethod_Syntax_RawValue(GPBMethod *message) {
302 GPBDescriptor *descriptor = [GPBMethod descriptor];
307 void SetGPBMethod_Syntax_RawValue(GPBMethod *message, int32_t value) {
308 GPBDescriptor *descriptor = [GPBMethod descriptor];