Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m807 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];
819 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];
839 GPBUInt64UInt64Dictionary *dict =
840 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues
897 GPBUInt64UInt64Dictionary *dict1 =
898 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
902 GPBUInt64UInt64Dictionary *dict1prime =
903 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
907 GPBUInt64UInt64Dictionary *dict2 =
908 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h224 @interface GPBUInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt64Dictionary() function
DGPBDictionary.h2089 @interface GPBUInt64UInt64Dictionary : NSObject <NSCopying>
2114 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary;
2152 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary;
DGPBDictionary.m5295 @implementation GPBUInt64UInt64Dictionary { implementation
5319 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary { argument
5343 return [[GPBUInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
5350 if (![other isKindOfClass:[GPBUInt64UInt64Dictionary class]]) {
5353 GPBUInt64UInt64Dictionary *otherDictionary = other;
5450 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m417 result = [[GPBUInt64UInt64Dictionary alloc] init];