OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPBOneofDescriptor
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/objectivec/
GPBDescriptor.h
38
@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;
GPBDescriptor_PackagePrivate.h
176
@interface
GPBOneofDescriptor
() {
189
GPB_UNSAFE_UNRETAINED
GPBOneofDescriptor
*containingOneof_;
GPBUtilities_PackagePrivate.h
187
void GPBMaybeClearOneof(GPBMessage *self,
GPBOneofDescriptor
*oneof,
Completed in 111 milliseconds