Searched refs:GPBInt64Int64Dictionary (Results 1 – 10 of 10) sorted by relevance
1169 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];1181 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];1201 GPBInt64Int64Dictionary *dict =1202 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1259 GPBInt64Int64Dictionary *dict1 =1260 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues11264 GPBInt64Int64Dictionary *dict1prime =1265 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues11269 GPBInt64Int64Dictionary *dict2 =1270 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues2[all …]
300 @interface GPBInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int64Dictionary() function
3106 @interface GPBInt64Int64Dictionary : NSObject <NSCopying>3131 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary;3169 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary;
7235 @implementation GPBInt64Int64Dictionary { implementation7259 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary { argument7283 return [[GPBInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];7290 if (![other isKindOfClass:[GPBInt64Int64Dictionary class]]) {7293 GPBInt64Int64Dictionary *otherDictionary = other;7390 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary { argument
467 result = [[GPBInt64Int64Dictionary alloc] init];