Home
last modified time | relevance | path

Searched refs:GPBUInt64Int64Dictionary (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt64.m1169 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];
1181 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];
1201 GPBUInt64Int64Dictionary *dict =
1202 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBUInt64Int64Dictionary *dict1 =
1260 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBUInt64Int64Dictionary *dict1prime =
1265 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBUInt64Int64Dictionary *dict2 =
1270 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt64.m1169 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];
1181 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];
1201 GPBUInt64Int64Dictionary *dict =
1202 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBUInt64Int64Dictionary *dict1 =
1260 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBUInt64Int64Dictionary *dict1prime =
1265 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBUInt64Int64Dictionary *dict2 =
1270 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h235 @interface GPBUInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int64Dictionary() function
H A DGPBDictionary.h2185 @interface GPBUInt64Int64Dictionary : NSObject <NSCopying>
2210 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary;
2248 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary;
H A DGPBDictionary.m5485 @implementation GPBUInt64Int64Dictionary { implementation
5509 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary { argument
5533 return [[GPBUInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];
5540 if (![other isKindOfClass:[GPBUInt64Int64Dictionary class]]) {
5543 GPBUInt64Int64Dictionary *otherDictionary = other;
5640 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary { argument
H A DGPBMessage.m422 result = [[GPBUInt64Int64Dictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h235 @interface GPBUInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int64Dictionary() function
H A DGPBDictionary.h2185 @interface GPBUInt64Int64Dictionary : NSObject <NSCopying>
2210 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary;
2248 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary;
H A DGPBDictionary.m5485 @implementation GPBUInt64Int64Dictionary { implementation
5509 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary { argument
5533 return [[GPBUInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];
5540 if (![other isKindOfClass:[GPBUInt64Int64Dictionary class]]) {
5543 GPBUInt64Int64Dictionary *otherDictionary = other;
5640 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary { argument
H A DGPBMessage.m422 result = [[GPBUInt64Int64Dictionary alloc] init];