Lines Matching refs:_values
956 //% VALUE_TYPE _values[2];
1020 //% if ((BOOL_DICT_W_HAS##HELPER(0, ) && (NEQ_##HELPER(_values[0], other->_values[0]))) ||
1021 //% (BOOL_DICT_W_HAS##HELPER(1, ) && (NEQ_##HELPER(_values[1], other->_values[1])))) {
1034 //% [result appendFormat:@"NO: STR_FORMAT_##HELPER(VALUE_NAME)", _values[0]];
1037 //% [result appendFormat:@"YES: STR_FORMAT_##HELPER(VALUE_NAME)", _values[1]];
1053 //% block(@"false", TEXT_FORMAT_OBJ##VALUE_NAME(_values[0]));
1056 //% block(@"true", TEXT_FORMAT_OBJ##VALUE_NAME(_values[1]));
1064 //% block(NO, _values[0], &stop);
1067 //% block(YES, _values[1], &stop);
1079 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT…
1098 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT…
1102 //% WriteDict##VALUE_NAME##Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType…
1215 //% _values[idx] = values[i];
1228 //% _values[i] = dictionary->_values[i];
1254 //% *value = _values[idx];
1264 //% _values[idx] = value->value##VALUE_NAME;
1273 //% _values[i] = otherDictionary->_values[i];
1284 //% _values[idx] = value;
1370 //% if (_values[0] && ![_values[0] isInitialized]) {
1373 //% if (_values[1] && ![_values[1] isInitialized]) {
1383 //% if (_values[i] != nil) {
1384 //% newDict->_values[i] = [_values[i] copyWithZone:zone];
1422 //% [_values[idx] release];
1423 //% _values[idx] = (VALUE_TYPE)[objects[i] retain];
1433 //% _values[0] = [dictionary->_values[0] retain];
1434 //% _values[1] = [dictionary->_values[1] retain];
1444 //% [_values[0] release];
1445 //% [_values[1] release];
1451 //%REF##_values[IDX] != nil
1454 //% return _values[key ? 1 : 0];
1460 //% [_values[idx] release];
1461 //% _values[idx] = [value->valueString retain];
1468 //% if (otherDictionary->_values[i] != nil) {
1469 //% [_values[i] release];
1470 //% _values[i] = [otherDictionary->_values[i] retain];
1485 //% [_values[idx] release];
1486 //% _values[idx] = [object retain];
1494 //% [_values[idx] release];
1495 //% _values[idx] = nil;
1500 //% [_values[i] release];
1501 //% _values[i] = nil;
11172 uint32_t _values[2];
11220 _values[idx] = values[i];
11233 _values[i] = dictionary->_values[i];
11271 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
11272 (_valueSet[1] && (_values[1] != other->_values[1]))) {
11285 [result appendFormat:@"NO: %u", _values[0]];
11288 [result appendFormat:@"YES: %u", _values[1]];
11302 *value = _values[idx];
11312 _values[idx] = value->valueUInt32;
11318 block(@"false", [NSString stringWithFormat:@"%u", _values[0]]);
11321 block(@"true", [NSString stringWithFormat:@"%u", _values[1]]);
11329 block(NO, _values[0], &stop);
11332 block(YES, _values[1], &stop);
11344 msgSize += ComputeDictUInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11363 msgSize += ComputeDictUInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11367 WriteDictUInt32Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11377 _values[i] = otherDictionary->_values[i];
11388 _values[idx] = value;
11413 int32_t _values[2];
11461 _values[idx] = values[i];
11474 _values[i] = dictionary->_values[i];
11512 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
11513 (_valueSet[1] && (_values[1] != other->_values[1]))) {
11526 [result appendFormat:@"NO: %d", _values[0]];
11529 [result appendFormat:@"YES: %d", _values[1]];
11543 *value = _values[idx];
11553 _values[idx] = value->valueInt32;
11559 block(@"false", [NSString stringWithFormat:@"%d", _values[0]]);
11562 block(@"true", [NSString stringWithFormat:@"%d", _values[1]]);
11570 block(NO, _values[0], &stop);
11573 block(YES, _values[1], &stop);
11585 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11604 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11608 WriteDictInt32Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11618 _values[i] = otherDictionary->_values[i];
11629 _values[idx] = value;
11654 uint64_t _values[2];
11702 _values[idx] = values[i];
11715 _values[i] = dictionary->_values[i];
11753 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
11754 (_valueSet[1] && (_values[1] != other->_values[1]))) {
11767 [result appendFormat:@"NO: %llu", _values[0]];
11770 [result appendFormat:@"YES: %llu", _values[1]];
11784 *value = _values[idx];
11794 _values[idx] = value->valueUInt64;
11800 block(@"false", [NSString stringWithFormat:@"%llu", _values[0]]);
11803 block(@"true", [NSString stringWithFormat:@"%llu", _values[1]]);
11811 block(NO, _values[0], &stop);
11814 block(YES, _values[1], &stop);
11826 msgSize += ComputeDictUInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11845 msgSize += ComputeDictUInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11849 WriteDictUInt64Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11859 _values[i] = otherDictionary->_values[i];
11870 _values[idx] = value;
11895 int64_t _values[2];
11943 _values[idx] = values[i];
11956 _values[i] = dictionary->_values[i];
11994 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
11995 (_valueSet[1] && (_values[1] != other->_values[1]))) {
12008 [result appendFormat:@"NO: %lld", _values[0]];
12011 [result appendFormat:@"YES: %lld", _values[1]];
12025 *value = _values[idx];
12035 _values[idx] = value->valueInt64;
12041 block(@"false", [NSString stringWithFormat:@"%lld", _values[0]]);
12044 block(@"true", [NSString stringWithFormat:@"%lld", _values[1]]);
12052 block(NO, _values[0], &stop);
12055 block(YES, _values[1], &stop);
12067 msgSize += ComputeDictInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12086 msgSize += ComputeDictInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12090 WriteDictInt64Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
12100 _values[i] = otherDictionary->_values[i];
12111 _values[idx] = value;
12136 BOOL _values[2];
12184 _values[idx] = values[i];
12197 _values[i] = dictionary->_values[i];
12235 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
12236 (_valueSet[1] && (_values[1] != other->_values[1]))) {
12249 [result appendFormat:@"NO: %d", _values[0]];
12252 [result appendFormat:@"YES: %d", _values[1]];
12266 *value = _values[idx];
12276 _values[idx] = value->valueBool;
12282 block(@"false", (_values[0] ? @"true" : @"false"));
12285 block(@"true", (_values[1] ? @"true" : @"false"));
12293 block(NO, _values[0], &stop);
12296 block(YES, _values[1], &stop);
12308 msgSize += ComputeDictBoolFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12327 msgSize += ComputeDictBoolFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12331 WriteDictBoolField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
12341 _values[i] = otherDictionary->_values[i];
12352 _values[idx] = value;
12377 float _values[2];
12425 _values[idx] = values[i];
12438 _values[i] = dictionary->_values[i];
12476 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
12477 (_valueSet[1] && (_values[1] != other->_values[1]))) {
12490 [result appendFormat:@"NO: %f", _values[0]];
12493 [result appendFormat:@"YES: %f", _values[1]];
12507 *value = _values[idx];
12517 _values[idx] = value->valueFloat;
12523 block(@"false", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[0]]);
12526 block(@"true", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[1]]);
12534 block(NO, _values[0], &stop);
12537 block(YES, _values[1], &stop);
12549 msgSize += ComputeDictFloatFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12568 msgSize += ComputeDictFloatFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12572 WriteDictFloatField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
12582 _values[i] = otherDictionary->_values[i];
12593 _values[idx] = value;
12618 double _values[2];
12666 _values[idx] = values[i];
12679 _values[i] = dictionary->_values[i];
12717 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
12718 (_valueSet[1] && (_values[1] != other->_values[1]))) {
12731 [result appendFormat:@"NO: %lf", _values[0]];
12734 [result appendFormat:@"YES: %lf", _values[1]];
12748 *value = _values[idx];
12758 _values[idx] = value->valueDouble;
12764 block(@"false", [NSString stringWithFormat:@"%.*lg", DBL_DIG, _values[0]]);
12767 block(@"true", [NSString stringWithFormat:@"%.*lg", DBL_DIG, _values[1]]);
12775 block(NO, _values[0], &stop);
12778 block(YES, _values[1], &stop);
12790 msgSize += ComputeDictDoubleFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12809 msgSize += ComputeDictDoubleFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
12813 WriteDictDoubleField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
12823 _values[i] = otherDictionary->_values[i];
12834 _values[idx] = value;
12859 id _values[2];
12910 [_values[idx] release];
12911 _values[idx] = (id)[objects[i] retain];
12921 _values[0] = [dictionary->_values[0] retain];
12922 _values[1] = [dictionary->_values[1] retain];
12937 [_values[0] release];
12938 [_values[1] release];
12953 if (((_values[0] != nil) != (other->_values[0] != nil)) ||
12954 ((_values[1] != nil) != (other->_values[1] != nil))) {
12957 if (((_values[0] != nil) && (![_values[0] isEqual:other->_values[0]])) ||
12958 ((_values[1] != nil) && (![_values[1] isEqual:other->_values[1]]))) {
12965 return ((_values[0] != nil) ? 1 : 0) + ((_values[1] != nil) ? 1 : 0);
12970 if ((_values[0] != nil)) {
12971 [result appendFormat:@"NO: %@", _values[0]];
12973 if ((_values[1] != nil)) {
12974 [result appendFormat:@"YES: %@", _values[1]];
12981 return ((_values[0] != nil) ? 1 : 0) + ((_values[1] != nil) ? 1 : 0);
12985 return _values[key ? 1 : 0];
12991 [_values[idx] release];
12992 _values[idx] = [value->valueString retain];
12996 if (_values[0] != nil) {
12997 block(@"false", _values[0]);
12999 if ((_values[1] != nil)) {
13000 block(@"true", _values[1]);
13007 if (_values[0] != nil) {
13008 block(NO, _values[0], &stop);
13010 if (!stop && (_values[1] != nil)) {
13011 block(YES, _values[1], &stop);
13016 if (_values[0] && ![_values[0] isInitialized]) {
13019 if (_values[1] && ![_values[1] isInitialized]) {
13029 if (_values[i] != nil) {
13030 newDict->_values[i] = [_values[i] copyWithZone:zone];
13041 if (_values[i] != nil) {
13044 msgSize += ComputeDictObjectFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
13058 if (_values[i] != nil) {
13063 msgSize += ComputeDictObjectFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
13067 WriteDictObjectField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
13075 if (otherDictionary->_values[i] != nil) {
13076 [_values[i] release];
13077 _values[i] = [otherDictionary->_values[i] retain];
13092 [_values[idx] release];
13093 _values[idx] = [object retain];
13101 [_values[idx] release];
13102 _values[idx] = nil;
13107 [_values[i] release];
13108 _values[i] = nil;
13121 int32_t _values[2];
13192 _values[idx] = rawValues[i];
13208 _values[i] = dictionary->_values[i];
13247 if ((_valueSet[0] && (_values[0] != other->_values[0])) ||
13248 (_valueSet[1] && (_values[1] != other->_values[1]))) {
13261 [result appendFormat:@"NO: %d", _values[0]];
13264 [result appendFormat:@"YES: %d", _values[1]];
13278 int32_t result = _values[idx];
13293 *rawValue = _values[idx];
13304 block(NO, _values[0], &stop);
13307 block(YES, _values[1], &stop);
13317 validatedValue = _values[0];
13324 validatedValue = _values[1];
13358 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
13377 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
13381 WriteDictInt32Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
13388 block(@"false", @(_values[0]));
13391 block(@"true", @(_values[1]));
13398 _values[idx] = value->valueInt32;
13407 _values[i] = otherDictionary->_values[i];
13423 _values[idx] = value;
13432 _values[idx] = rawValue;