/external/cronet/stable/third_party/protobuf/objectivec/ |
D | GPBArray.h | 909 @interface GPBDoubleArray : NSObject <NSCopying> 936 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array; 970 - (instancetype)initWithValueArray:(GPBDoubleArray *)array; 1032 - (void)addValuesFromArray:(GPBDoubleArray *)array;
|
D | GPBArray_PackagePrivate.h | 101 @interface GPBDoubleArray () { in GPBDoubleArray() function
|
D | GPBCodedOutputStream.h | 37 @class GPBDoubleArray; 197 values:(GPBDoubleArray *)values
|
D | GPBArray.m | 1552 @implementation GPBDoubleArray { implementation 1568 return [[(GPBDoubleArray*)[self alloc] initWithValues:&value count:1] autorelease]; 1571 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array { 1572 return [[(GPBDoubleArray*)[self alloc] initWithValueArray:array] autorelease]; argument 1585 - (instancetype)initWithValueArray:(GPBDoubleArray *)array { argument 1618 return [[GPBDoubleArray allocWithZone:zone] initWithValues:_values count:_count]; 1633 if (![other isKindOfClass:[GPBDoubleArray class]]) { 1636 GPBDoubleArray *otherArray = other; 1749 - (void)addValuesFromArray:(GPBDoubleArray *)array { argument
|
D | GPBCodedOutputStream.m | 458 values:(GPBDoubleArray *)values
|
D | GPBMessage.m | 229 result = [[GPBDoubleArray alloc] init]; 1531 GPBDoubleArray *array =
|
/external/cronet/tot/third_party/protobuf/objectivec/ |
D | GPBArray.h | 909 @interface GPBDoubleArray : NSObject <NSCopying> 936 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array; 970 - (instancetype)initWithValueArray:(GPBDoubleArray *)array; 1032 - (void)addValuesFromArray:(GPBDoubleArray *)array;
|
D | GPBArray_PackagePrivate.h | 101 @interface GPBDoubleArray () { in GPBDoubleArray() function
|
D | GPBCodedOutputStream.h | 37 @class GPBDoubleArray; 197 values:(GPBDoubleArray *)values
|
D | GPBArray.m | 1552 @implementation GPBDoubleArray { implementation 1568 return [[(GPBDoubleArray*)[self alloc] initWithValues:&value count:1] autorelease]; 1571 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array { 1572 return [[(GPBDoubleArray*)[self alloc] initWithValueArray:array] autorelease]; argument 1585 - (instancetype)initWithValueArray:(GPBDoubleArray *)array { argument 1618 return [[GPBDoubleArray allocWithZone:zone] initWithValues:_values count:_count]; 1633 if (![other isKindOfClass:[GPBDoubleArray class]]) { 1636 GPBDoubleArray *otherArray = other; 1749 - (void)addValuesFromArray:(GPBDoubleArray *)array { argument
|
D | GPBCodedOutputStream.m | 458 values:(GPBDoubleArray *)values
|
/external/protobuf/objectivec/ |
D | GPBArray.h | 909 @interface GPBDoubleArray : NSObject <NSCopying> 936 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array; 970 - (instancetype)initWithValueArray:(GPBDoubleArray *)array; 1032 - (void)addValuesFromArray:(GPBDoubleArray *)array;
|
D | GPBArray_PackagePrivate.h | 101 @interface GPBDoubleArray () { in GPBDoubleArray() function
|
D | GPBCodedOutputStream.h | 37 @class GPBDoubleArray; 197 values:(GPBDoubleArray *)values
|
D | GPBArray.m | 1552 @implementation GPBDoubleArray { implementation 1568 return [[(GPBDoubleArray*)[self alloc] initWithValues:&value count:1] autorelease]; 1571 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array { 1572 return [[(GPBDoubleArray*)[self alloc] initWithValueArray:array] autorelease]; argument 1585 - (instancetype)initWithValueArray:(GPBDoubleArray *)array { argument 1618 return [[GPBDoubleArray allocWithZone:zone] initWithValues:_values count:_count]; 1633 if (![other isKindOfClass:[GPBDoubleArray class]]) { 1636 GPBDoubleArray *otherArray = other; 1749 - (void)addValuesFromArray:(GPBDoubleArray *)array { argument
|
D | GPBCodedOutputStream.m | 458 values:(GPBDoubleArray *)values
|
/external/protobuf/objectivec/Tests/ |
D | GPBArrayTests.m | 2176 GPBDoubleArray *array = [[GPBDoubleArray alloc] init]; 2193 GPBDoubleArray *array = [GPBDoubleArray arrayWithValue:61.]; 2213 GPBDoubleArray *array = 2214 [[GPBDoubleArray alloc] initWithValues:kValues 2269 GPBDoubleArray *array1 = 2270 [[GPBDoubleArray alloc] initWithValues:kValues1 2273 GPBDoubleArray *array1prime = 2274 [[GPBDoubleArray alloc] initWithValues:kValues1 2277 GPBDoubleArray *array2 = 2278 [[GPBDoubleArray alloc] initWithValues:kValues2 [all …]
|
D | GPBUtilitiesTests.m | 205 @"repeatedDoubleArray" : [GPBDoubleArray arrayWithValue:16],
|
D | GPBTestUtilities.m | 2268 GPBDoubleArray *scratch = [GPBDoubleArray array];
|
/external/cronet/stable/third_party/protobuf/objectivec/Tests/ |
D | GPBArrayTests.m | 2176 GPBDoubleArray *array = [[GPBDoubleArray alloc] init]; 2193 GPBDoubleArray *array = [GPBDoubleArray arrayWithValue:61.]; 2213 GPBDoubleArray *array = 2214 [[GPBDoubleArray alloc] initWithValues:kValues 2269 GPBDoubleArray *array1 = 2270 [[GPBDoubleArray alloc] initWithValues:kValues1 2273 GPBDoubleArray *array1prime = 2274 [[GPBDoubleArray alloc] initWithValues:kValues1 2277 GPBDoubleArray *array2 = 2278 [[GPBDoubleArray alloc] initWithValues:kValues2 [all …]
|
D | GPBUtilitiesTests.m | 205 @"repeatedDoubleArray" : [GPBDoubleArray arrayWithValue:16],
|
D | GPBTestUtilities.m | 2268 GPBDoubleArray *scratch = [GPBDoubleArray array];
|
/external/cronet/tot/third_party/protobuf/objectivec/Tests/ |
D | GPBArrayTests.m | 2176 GPBDoubleArray *array = [[GPBDoubleArray alloc] init]; 2193 GPBDoubleArray *array = [GPBDoubleArray arrayWithValue:61.]; 2213 GPBDoubleArray *array = 2214 [[GPBDoubleArray alloc] initWithValues:kValues 2269 GPBDoubleArray *array1 = 2270 [[GPBDoubleArray alloc] initWithValues:kValues1 2273 GPBDoubleArray *array1prime = 2274 [[GPBDoubleArray alloc] initWithValues:kValues1 2277 GPBDoubleArray *array2 = 2278 [[GPBDoubleArray alloc] initWithValues:kValues2 [all …]
|
D | GPBUtilitiesTests.m | 205 @"repeatedDoubleArray" : [GPBDoubleArray arrayWithValue:16],
|
D | GPBTestUtilities.m | 2268 GPBDoubleArray *scratch = [GPBDoubleArray array];
|