Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt32.m808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];
820 GPBUInt32UInt64Dictionary *dict = [GPBUInt32UInt64Dictionary dictionaryWithUInt64:300U forKey:1U];
838 GPBUInt32UInt64Dictionary *dict =
839 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
896 GPBUInt32UInt64Dictionary *dict1 =
897 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
901 GPBUInt32UInt64Dictionary *dict1prime =
902 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
906 GPBUInt32UInt64Dictionary *dict2 =
907 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
DGPBDictionary.h130 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>
140 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;
146 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;
156 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
DGPBDictionary.m1940 @implementation GPBUInt32UInt64Dictionary { implementation
1953 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithUInt64s:&value
1963 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithUInt64s:values
1968 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary {
1971 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1997 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument
2021 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
2028 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {
2031 GPBUInt32UInt64Dictionary *otherDictionary = other;
2119 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m313 result = [[GPBUInt32UInt64Dictionary alloc] init];