Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int64.m808 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];
820 GPBInt64UInt64Dictionary *dict = [GPBInt64UInt64Dictionary dictionaryWithUInt64:300U forKey:21LL];
838 GPBInt64UInt64Dictionary *dict =
839 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues
896 GPBInt64UInt64Dictionary *dict1 =
897 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
901 GPBInt64UInt64Dictionary *dict1prime =
902 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
906 GPBInt64UInt64Dictionary *dict2 =
907 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h287 @interface GPBInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt64Dictionary() function
DGPBDictionary.h1222 @interface GPBInt64UInt64Dictionary : NSObject <NSCopying>
1232 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;
1238 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;
1248 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary;
DGPBDictionary.m7859 @implementation GPBInt64UInt64Dictionary { implementation
7872 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithUInt64s:&value
7882 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithUInt64s:values
7887 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt64Dictionary *)dictionary {
7890 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
7916 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary { argument
7940 return [[GPBInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
7947 if (![other isKindOfClass:[GPBInt64UInt64Dictionary class]]) {
7950 GPBInt64UInt64Dictionary *otherDictionary = other;
8038 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m447 result = [[GPBInt64UInt64Dictionary alloc] init];