Searched refs:GPBStringInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
1169 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];1181 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];1201 GPBStringInt64Dictionary *dict =1202 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1259 GPBStringInt64Dictionary *dict1 =1260 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues11264 GPBStringInt64Dictionary *dict1prime =1265 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues11269 GPBStringInt64Dictionary *dict2 =1270 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues2[all …]
430 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
4948 @interface GPBStringInt64Dictionary : NSObject <NSCopying>4973 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary;5011 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary;
9009 @implementation GPBStringInt64Dictionary { implementation9037 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary { argument9061 return [[GPBStringInt64Dictionary allocWithZone:zone] initWithDictionary:self];9068 if (![other isKindOfClass:[GPBStringInt64Dictionary class]]) {9071 GPBStringInt64Dictionary *otherDictionary = other;9168 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary { argument
508 result = [[GPBStringInt64Dictionary alloc] init];