Home
last modified time | relevance | path

Searched refs:GPBUInt32UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];
820 GPBUInt32UInt64Dictionary *dict = [GPBUInt32UInt64Dictionary dictionaryWithValue:300U forKey:1U];
838 GPBUInt32UInt64Dictionary *dict =
839 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues
896 GPBUInt32UInt64Dictionary *dict1 =
897 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues1
901 GPBUInt32UInt64Dictionary *dict1prime =
902 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues1
906 GPBUInt32UInt64Dictionary *dict2 =
907 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
DGPBDictionary.h117 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>
127 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;
133 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;
141 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
DGPBDictionary.m1925 @implementation GPBUInt32UInt64Dictionary { implementation
1938 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithValues:&value
1948 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithValues:values
1953 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary {
1956 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1982 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument
2006 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
2009 - (BOOL)isEqual:(GPBUInt32UInt64Dictionary *)other { argument
2013 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {
2103 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m295 result = [[GPBUInt32UInt64Dictionary alloc] init];