Searched refs:GPBUInt64UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
807 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];819 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];839 GPBUInt64UInt64Dictionary *dict =840 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues897 GPBUInt64UInt64Dictionary *dict1 =898 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1902 GPBUInt64UInt64Dictionary *dict1prime =903 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1907 GPBUInt64UInt64Dictionary *dict2 =908 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
224 @interface GPBUInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt64Dictionary() function
2089 @interface GPBUInt64UInt64Dictionary : NSObject <NSCopying>2114 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary;2152 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary;
5295 @implementation GPBUInt64UInt64Dictionary { implementation5319 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary { argument5343 return [[GPBUInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];5350 if (![other isKindOfClass:[GPBUInt64UInt64Dictionary class]]) {5353 GPBUInt64UInt64Dictionary *otherDictionary = other;5450 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary { argument
417 result = [[GPBUInt64UInt64Dictionary alloc] init];