Home
last modified time | relevance | path

Searched refs:singletonName (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.h137 @property(nonatomic, readonly) NSString *singletonName;
DGPBDescriptor_PackagePrivate.h123 const char *singletonName; member
DGPBDescriptor.m886 - (NSString *)singletonName { method
887 return @(description_->singletonName);
891 return description_->singletonName;
DGPBRootObject.m42 // Get singletonName as a c string.
DGPBUtilities.m1389 NSString *singletonName = extension.singletonName;
1391 lineEnding = [NSString stringWithFormat:@" # [%@]", singletonName];
1393 [toStr appendFormat:@"%@# [%@]\n", lineIndent, singletonName];
DGPBMessage.m137 extension.singletonName,