Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];
820 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];
840 GPBUInt32UInt64Dictionary *dict =
841 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
898 GPBUInt32UInt64Dictionary *dict1 =
899 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
903 GPBUInt32UInt64Dictionary *dict1prime =
904 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
908 GPBUInt32UInt64Dictionary *dict2 =
909 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];
820 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];
840 GPBUInt32UInt64Dictionary *dict =
841 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
898 GPBUInt32UInt64Dictionary *dict1 =
899 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
903 GPBUInt32UInt64Dictionary *dict1prime =
904 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1
908 GPBUInt32UInt64Dictionary *dict2 =
909 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h99 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
H A DGPBDictionary.h248 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>
273 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;
311 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
H A DGPBDictionary.m1802 @implementation GPBUInt32UInt64Dictionary { implementation
1826 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument
1850 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
1857 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {
1860 GPBUInt32UInt64Dictionary *otherDictionary = other;
1957 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
H A DGPBMessage.m328 result = [[GPBUInt32UInt64Dictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h99 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
H A DGPBDictionary.h248 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>
273 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;
311 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
H A DGPBDictionary.m1802 @implementation GPBUInt32UInt64Dictionary { implementation
1826 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument
1850 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
1857 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {
1860 GPBUInt32UInt64Dictionary *otherDictionary = other;
1957 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
H A DGPBMessage.m328 result = [[GPBUInt32UInt64Dictionary alloc] init];