Searched refs:GPBUInt32UInt64Dictionary (Results 1 – 10 of 10) sorted by relevance
808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];820 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];840 GPBUInt32UInt64Dictionary *dict =841 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues898 GPBUInt32UInt64Dictionary *dict1 =899 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1903 GPBUInt32UInt64Dictionary *dict1prime =904 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1908 GPBUInt32UInt64Dictionary *dict2 =909 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
99 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
248 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>273 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;311 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
1802 @implementation GPBUInt32UInt64Dictionary { implementation1826 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument1850 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];1857 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {1860 GPBUInt32UInt64Dictionary *otherDictionary = other;1957 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
328 result = [[GPBUInt32UInt64Dictionary alloc] init];