Home
last modified time | relevance | path

Searched refs:GPBInt32UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int32.m808 GPBInt32UInt64Dictionary *dict = [[GPBInt32UInt64Dictionary alloc] init];
820 GPBInt32UInt64Dictionary *dict = [GPBInt32UInt64Dictionary dictionaryWithUInt64:300U forKey:11];
838 GPBInt32UInt64Dictionary *dict =
839 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues
896 GPBInt32UInt64Dictionary *dict1 =
897 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
901 GPBInt32UInt64Dictionary *dict1prime =
902 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
906 GPBInt32UInt64Dictionary *dict2 =
907 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h161 @interface GPBInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt64Dictionary() function
DGPBDictionary.h494 @interface GPBInt32UInt64Dictionary : NSObject <NSCopying>
504 + (instancetype)dictionaryWithDictionary:(GPBInt32UInt64Dictionary *)dictionary;
510 - (instancetype)initWithDictionary:(GPBInt32UInt64Dictionary *)dictionary;
520 - (void)addEntriesFromDictionary:(GPBInt32UInt64Dictionary *)otherDictionary;
DGPBMessage.m358 result = [[GPBInt32UInt64Dictionary alloc] init];
1422 GPBInt32UInt64Dictionary *dict =
1582 GPBInt32UInt64Dictionary *dict =
DGPBDictionary.m3913 @implementation GPBInt32UInt64Dictionary { implementation
3926 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithUInt64s:&value
3936 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithUInt64s:values
3941 + (instancetype)dictionaryWithDictionary:(GPBInt32UInt64Dictionary *)dictionary {
3944 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
3970 - (instancetype)initWithDictionary:(GPBInt32UInt64Dictionary *)dictionary { argument
3994 return [[GPBInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
4001 if (![other isKindOfClass:[GPBInt32UInt64Dictionary class]]) {
4004 GPBInt32UInt64Dictionary *otherDictionary = other;
4092 - (void)addEntriesFromDictionary:(GPBInt32UInt64Dictionary *)otherDictionary { argument