Searched refs:GPBUInt64UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
808 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];820 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];840 GPBUInt64UInt64Dictionary *dict =841 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues898 GPBUInt64UInt64Dictionary *dict1 =899 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1903 GPBUInt64UInt64Dictionary *dict1prime =904 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1908 GPBUInt64UInt64Dictionary *dict2 =909 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
229 @interface GPBUInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt64Dictionary() function
2090 @interface GPBUInt64UInt64Dictionary : NSObject <NSCopying>2115 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary;2153 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary;
5302 @implementation GPBUInt64UInt64Dictionary { implementation5326 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary { argument5350 return [[GPBUInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];5357 if (![other isKindOfClass:[GPBUInt64UInt64Dictionary class]]) {5360 GPBUInt64UInt64Dictionary *otherDictionary = other;5457 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary { argument
415 result = [[GPBUInt64UInt64Dictionary alloc] init];