Searched refs:GPBStringInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
1168 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];1180 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];1200 GPBStringInt64Dictionary *dict =1201 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1258 GPBStringInt64Dictionary *dict1 =1259 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues11263 GPBStringInt64Dictionary *dict1prime =1264 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues11268 GPBStringInt64Dictionary *dict2 =1269 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues2[all …]
419 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
4947 @interface GPBStringInt64Dictionary : NSObject <NSCopying>4972 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary;5010 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary;
8998 @implementation GPBStringInt64Dictionary { implementation9026 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary { argument9050 return [[GPBStringInt64Dictionary allocWithZone:zone] initWithDictionary:self];9057 if (![other isKindOfClass:[GPBStringInt64Dictionary class]]) {9060 GPBStringInt64Dictionary *otherDictionary = other;9157 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary { argument
510 result = [[GPBStringInt64Dictionary alloc] init];