Searched refs:GPBBoolInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
957 GPBBoolInt64Dictionary *dict = [[GPBBoolInt64Dictionary alloc] init];969 GPBBoolInt64Dictionary *dict = [GPBBoolInt64Dictionary dictionaryWithInt64:400 forKey:YES];987 GPBBoolInt64Dictionary *dict =988 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues1041 GPBBoolInt64Dictionary *dict1 =1042 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues11046 GPBBoolInt64Dictionary *dict1prime =1047 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues11051 GPBBoolInt64Dictionary *dict2 =1052 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues2[all …]
356 @interface GPBBoolInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt64Dictionary() function
1623 @interface GPBBoolInt64Dictionary : NSObject <NSCopying>1633 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary;1639 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary;1649 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary;
11953 @implementation GPBBoolInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS11967 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithInt64s:&value11977 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithInt64s:values11982 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary {11985 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument12010 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary { argument12040 return [[GPBBoolInt64Dictionary allocWithZone:zone] initWithDictionary:self];12047 if (![other isKindOfClass:[GPBBoolInt64Dictionary class]]) {12050 GPBBoolInt64Dictionary *otherDictionary = other;12156 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary { argument
274 result = [[GPBBoolInt64Dictionary alloc] init];