Searched refs:GPBInt64UInt64Dictionary (Results 1 – 10 of 10) sorted by relevance
808 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];820 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];840 GPBInt64UInt64Dictionary *dict =841 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues898 GPBInt64UInt64Dictionary *dict1 =899 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1903 GPBInt64UInt64Dictionary *dict1prime =904 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1908 GPBInt64UInt64Dictionary *dict2 =909 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
294 @interface GPBInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt64Dictionary() function
3011 @interface GPBInt64UInt64Dictionary : NSObject <NSCopying>3036 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;3074 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary;
7052 @implementation GPBInt64UInt64Dictionary { implementation7076 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary { argument7100 return [[GPBInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];7107 if (![other isKindOfClass:[GPBInt64UInt64Dictionary class]]) {7110 GPBInt64UInt64Dictionary *otherDictionary = other;7207 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary { argument
462 result = [[GPBInt64UInt64Dictionary alloc] init];