Home
last modified time | relevance | path

Searched refs:GPBOneofDescriptor (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.h38 @class GPBOneofDescriptor;
58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
68 - (nullable GPBOneofDescriptor *)oneofWithName:(NSString *)name;
79 @interface GPBOneofDescriptor : NSObject
101 @property(nonatomic, readonly, assign, nullable) GPBOneofDescriptor *containingOneof;
DGPBDescriptor_PackagePrivate.h176 @interface GPBOneofDescriptor () { in GPBOneofDescriptor() function
189 GPB_UNSAFE_UNRETAINED GPBOneofDescriptor *containingOneof_; in GPBFieldDescriptor()
DGPBDescriptor.m190 GPBOneofDescriptor *oneofDescriptor =
191 [[GPBOneofDescriptor alloc] initWithName:name fields:fieldsForOneof];
245 - (GPBOneofDescriptor *)oneofWithName:(NSString *)name {
246 for (GPBOneofDescriptor *descriptor in oneofs_) {
281 @implementation GPBOneofDescriptor implementation
DGPBUtilities.m153 void GPBMaybeClearOneof(GPBMessage *self, GPBOneofDescriptor *oneof,
206 //% GPBOneofDescriptor *oneof = field->containingOneof_;
328 GPBOneofDescriptor *oneof = field->containingOneof_;
515 GPBOneofDescriptor *oneof = field->containingOneof_;
561 GPBOneofDescriptor *oneof = field->containingOneof_;
610 GPBOneofDescriptor *oneof = field->containingOneof_;
659 GPBOneofDescriptor *oneof = field->containingOneof_;
708 GPBOneofDescriptor *oneof = field->containingOneof_;
757 GPBOneofDescriptor *oneof = field->containingOneof_;
806 GPBOneofDescriptor *oneof = field->containingOneof_;
DGPBUtilities_PackagePrivate.h191 void GPBMaybeClearOneof(GPBMessage *self, GPBOneofDescriptor *oneof,
DGPBMessage.m3102 GPBOneofDescriptor *oneof = field->containingOneof_;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDescriptorTests.m182 GPBOneofDescriptor *oneofFoo = [descriptor oneofWithName:@"foo"];
191 GPBOneofDescriptor *oneofBar = [descriptor oneofWithName:@"bar"];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DStruct.pbobjc.m240 GPBOneofDescriptor *oneof = [descriptor.oneofs objectAtIndex:0];