Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+String.m1879 GPBStringFloatDictionary *dict = [[GPBStringFloatDictionary alloc] init];
1891GPBStringFloatDictionary *dict = [GPBStringFloatDictionary dictionaryWithFloat:500.f forKey:@"foo"…
1909 GPBStringFloatDictionary *dict =
1910 [[GPBStringFloatDictionary alloc] initWithFloats:kValues
1967 GPBStringFloatDictionary *dict1 =
1968 [[GPBStringFloatDictionary alloc] initWithFloats:kValues1
1972 GPBStringFloatDictionary *dict1prime =
1973 [[GPBStringFloatDictionary alloc] initWithFloats:kValues1
1977 GPBStringFloatDictionary *dict2 =
1978 [[GPBStringFloatDictionary alloc] initWithFloats:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h431 @interface GPBStringFloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringFloatDictionary() function
DGPBDictionary.h2061 @interface GPBStringFloatDictionary : NSObject <NSCopying>
2071 + (instancetype)dictionaryWithDictionary:(GPBStringFloatDictionary *)dictionary;
2077 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary;
2087 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary;
DGPBDictionary.m10493 @implementation GPBStringFloatDictionary { implementation
10506 return [[(GPBStringFloatDictionary*)[self alloc] initWithFloats:&value
10516 return [[(GPBStringFloatDictionary*)[self alloc] initWithFloats:values
10521 + (instancetype)dictionaryWithDictionary:(GPBStringFloatDictionary *)dictionary {
10524 return [[(GPBStringFloatDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
10554 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary { argument
10578 return [[GPBStringFloatDictionary allocWithZone:zone] initWithDictionary:self];
10585 if (![other isKindOfClass:[GPBStringFloatDictionary class]]) {
10588 GPBStringFloatDictionary *otherDictionary = other;
10676 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary { argument
DGPBMessage.m498 result = [[GPBStringFloatDictionary alloc] init];