Searched refs:GPBBoolInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
957 GPBBoolInt64Dictionary *dict = [[GPBBoolInt64Dictionary alloc] init];969 GPBBoolInt64Dictionary *dict = [GPBBoolInt64Dictionary dictionaryWithValue:400 forKey:YES];987 GPBBoolInt64Dictionary *dict =988 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues1041 GPBBoolInt64Dictionary *dict1 =1042 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues11046 GPBBoolInt64Dictionary *dict1prime =1047 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues11051 GPBBoolInt64Dictionary *dict2 =1052 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues2[all …]
356 @interface GPBBoolInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt64Dictionary() function
1536 @interface GPBBoolInt64Dictionary : NSObject <NSCopying>1546 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary;1552 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary;1560 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary;
11893 @implementation GPBBoolInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS11907 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithValues:&value11917 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithValues:values11922 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary {11925 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument11950 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary { argument11980 return [[GPBBoolInt64Dictionary allocWithZone:zone] initWithDictionary:self];11983 - (BOOL)isEqual:(GPBBoolInt64Dictionary *)other { argument11987 if (![other isKindOfClass:[GPBBoolInt64Dictionary class]]) {12095 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary { argument
256 result = [[GPBBoolInt64Dictionary alloc] init];