• Home
  • Raw
  • Download

Lines Matching refs:_values

907 //%  VALUE_TYPE _values[2];
939 //% if ((BOOL_DICT_W_HAS##HELPER(0, ) && (NEQ_##HELPER(_values[0], otherDictionary->_values[0]))) …
940 //% (BOOL_DICT_W_HAS##HELPER(1, ) && (NEQ_##HELPER(_values[1], otherDictionary->_values[1]))))…
953 //% [result appendFormat:@"NO: STR_FORMAT_##HELPER(VALUE_NAME)", _values[0]];
956 //% [result appendFormat:@"YES: STR_FORMAT_##HELPER(VALUE_NAME)", _values[1]];
972 //% block(@"false", TEXT_FORMAT_OBJ##VALUE_NAME(_values[0]));
975 //% block(@"true", TEXT_FORMAT_OBJ##VALUE_NAME(_values[1]));
983 //% block(NO, _values[0], &stop);
986 //% block(YES, _values[1], &stop);
998 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT…
1017 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT…
1021 //% WriteDict##VALUE_NAME##Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType…
1134 //% _values[idx] = values[i];
1147 //% _values[i] = dictionary->_values[i];
1173 //% *value = _values[idx];
1183 //% _values[idx] = value->value##VALUE_NAME;
1192 //% _values[i] = otherDictionary->_values[i];
1203 //% _values[idx] = value;
1290 //% if (_values[0] && ![_values[0] isInitialized]) {
1293 //% if (_values[1] && ![_values[1] isInitialized]) {
1303 //% if (_values[i] != nil) {
1304 //% newDict->_values[i] = [_values[i] copyWithZone:zone];
1342 //% [_values[idx] release];
1343 //% _values[idx] = (VALUE_TYPE)[objects[i] retain];
1353 //% _values[0] = [dictionary->_values[0] retain];
1354 //% _values[1] = [dictionary->_values[1] retain];
1364 //% [_values[0] release];
1365 //% [_values[1] release];
1371 //%REF##_values[IDX] != nil
1374 //% return _values[key ? 1 : 0];
1380 //% [_values[idx] release];
1381 //% _values[idx] = [value->valueString retain];
1388 //% if (otherDictionary->_values[i] != nil) {
1389 //% [_values[i] release];
1390 //% _values[i] = [otherDictionary->_values[i] retain];
1405 //% [_values[idx] release];
1406 //% _values[idx] = [object retain];
1414 //% [_values[idx] release];
1415 //% _values[idx] = nil;
1420 //% [_values[i] release];
1421 //% _values[i] = nil;
10034 uint32_t _values[2];
10049 _values[idx] = values[i];
10062 _values[i] = dictionary->_values[i];
10101 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
10102 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
10115 [result appendFormat:@"NO: %u", _values[0]];
10118 [result appendFormat:@"YES: %u", _values[1]];
10132 *value = _values[idx];
10142 _values[idx] = value->valueUInt32;
10148 block(@"false", [NSString stringWithFormat:@"%u", _values[0]]);
10151 block(@"true", [NSString stringWithFormat:@"%u", _values[1]]);
10159 block(NO, _values[0], &stop);
10162 block(YES, _values[1], &stop);
10174 msgSize += ComputeDictUInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10193 msgSize += ComputeDictUInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10197 WriteDictUInt32Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
10207 _values[i] = otherDictionary->_values[i];
10218 _values[idx] = value;
10243 int32_t _values[2];
10258 _values[idx] = values[i];
10271 _values[i] = dictionary->_values[i];
10310 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
10311 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
10324 [result appendFormat:@"NO: %d", _values[0]];
10327 [result appendFormat:@"YES: %d", _values[1]];
10341 *value = _values[idx];
10351 _values[idx] = value->valueInt32;
10357 block(@"false", [NSString stringWithFormat:@"%d", _values[0]]);
10360 block(@"true", [NSString stringWithFormat:@"%d", _values[1]]);
10368 block(NO, _values[0], &stop);
10371 block(YES, _values[1], &stop);
10383 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10402 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10406 WriteDictInt32Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
10416 _values[i] = otherDictionary->_values[i];
10427 _values[idx] = value;
10452 uint64_t _values[2];
10467 _values[idx] = values[i];
10480 _values[i] = dictionary->_values[i];
10519 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
10520 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
10533 [result appendFormat:@"NO: %llu", _values[0]];
10536 [result appendFormat:@"YES: %llu", _values[1]];
10550 *value = _values[idx];
10560 _values[idx] = value->valueUInt64;
10566 block(@"false", [NSString stringWithFormat:@"%llu", _values[0]]);
10569 block(@"true", [NSString stringWithFormat:@"%llu", _values[1]]);
10577 block(NO, _values[0], &stop);
10580 block(YES, _values[1], &stop);
10592 msgSize += ComputeDictUInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10611 msgSize += ComputeDictUInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10615 WriteDictUInt64Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
10625 _values[i] = otherDictionary->_values[i];
10636 _values[idx] = value;
10661 int64_t _values[2];
10676 _values[idx] = values[i];
10689 _values[i] = dictionary->_values[i];
10728 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
10729 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
10742 [result appendFormat:@"NO: %lld", _values[0]];
10745 [result appendFormat:@"YES: %lld", _values[1]];
10759 *value = _values[idx];
10769 _values[idx] = value->valueInt64;
10775 block(@"false", [NSString stringWithFormat:@"%lld", _values[0]]);
10778 block(@"true", [NSString stringWithFormat:@"%lld", _values[1]]);
10786 block(NO, _values[0], &stop);
10789 block(YES, _values[1], &stop);
10801 msgSize += ComputeDictInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10820 msgSize += ComputeDictInt64FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
10824 WriteDictInt64Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
10834 _values[i] = otherDictionary->_values[i];
10845 _values[idx] = value;
10870 BOOL _values[2];
10885 _values[idx] = values[i];
10898 _values[i] = dictionary->_values[i];
10937 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
10938 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
10951 [result appendFormat:@"NO: %d", _values[0]];
10954 [result appendFormat:@"YES: %d", _values[1]];
10968 *value = _values[idx];
10978 _values[idx] = value->valueBool;
10984 block(@"false", (_values[0] ? @"true" : @"false"));
10987 block(@"true", (_values[1] ? @"true" : @"false"));
10995 block(NO, _values[0], &stop);
10998 block(YES, _values[1], &stop);
11010 msgSize += ComputeDictBoolFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11029 msgSize += ComputeDictBoolFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11033 WriteDictBoolField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11043 _values[i] = otherDictionary->_values[i];
11054 _values[idx] = value;
11079 float _values[2];
11094 _values[idx] = values[i];
11107 _values[i] = dictionary->_values[i];
11146 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
11147 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
11160 [result appendFormat:@"NO: %f", _values[0]];
11163 [result appendFormat:@"YES: %f", _values[1]];
11177 *value = _values[idx];
11187 _values[idx] = value->valueFloat;
11193 block(@"false", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[0]]);
11196 block(@"true", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[1]]);
11204 block(NO, _values[0], &stop);
11207 block(YES, _values[1], &stop);
11219 msgSize += ComputeDictFloatFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11238 msgSize += ComputeDictFloatFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11242 WriteDictFloatField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11252 _values[i] = otherDictionary->_values[i];
11263 _values[idx] = value;
11288 double _values[2];
11303 _values[idx] = values[i];
11316 _values[i] = dictionary->_values[i];
11355 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
11356 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
11369 [result appendFormat:@"NO: %lf", _values[0]];
11372 [result appendFormat:@"YES: %lf", _values[1]];
11386 *value = _values[idx];
11396 _values[idx] = value->valueDouble;
11402 block(@"false", [NSString stringWithFormat:@"%.*lg", DBL_DIG, _values[0]]);
11405 block(@"true", [NSString stringWithFormat:@"%.*lg", DBL_DIG, _values[1]]);
11413 block(NO, _values[0], &stop);
11416 block(YES, _values[1], &stop);
11428 msgSize += ComputeDictDoubleFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11447 msgSize += ComputeDictDoubleFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11451 WriteDictDoubleField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11461 _values[i] = otherDictionary->_values[i];
11472 _values[idx] = value;
11497 id _values[2];
11515 [_values[idx] release];
11516 _values[idx] = (id)[objects[i] retain];
11526 _values[0] = [dictionary->_values[0] retain];
11527 _values[1] = [dictionary->_values[1] retain];
11542 [_values[0] release];
11543 [_values[1] release];
11559 if (((_values[0] != nil) != (otherDictionary->_values[0] != nil)) ||
11560 ((_values[1] != nil) != (otherDictionary->_values[1] != nil))) {
11563 if (((_values[0] != nil) && (![_values[0] isEqual:otherDictionary->_values[0]])) ||
11564 ((_values[1] != nil) && (![_values[1] isEqual:otherDictionary->_values[1]]))) {
11571 return ((_values[0] != nil) ? 1 : 0) + ((_values[1] != nil) ? 1 : 0);
11576 if ((_values[0] != nil)) {
11577 [result appendFormat:@"NO: %@", _values[0]];
11579 if ((_values[1] != nil)) {
11580 [result appendFormat:@"YES: %@", _values[1]];
11587 return ((_values[0] != nil) ? 1 : 0) + ((_values[1] != nil) ? 1 : 0);
11591 return _values[key ? 1 : 0];
11597 [_values[idx] release];
11598 _values[idx] = [value->valueString retain];
11602 if (_values[0] != nil) {
11603 block(@"false", _values[0]);
11605 if ((_values[1] != nil)) {
11606 block(@"true", _values[1]);
11613 if (_values[0] != nil) {
11614 block(NO, _values[0], &stop);
11616 if (!stop && (_values[1] != nil)) {
11617 block(YES, _values[1], &stop);
11622 if (_values[0] && ![_values[0] isInitialized]) {
11625 if (_values[1] && ![_values[1] isInitialized]) {
11635 if (_values[i] != nil) {
11636 newDict->_values[i] = [_values[i] copyWithZone:zone];
11647 if (_values[i] != nil) {
11650 msgSize += ComputeDictObjectFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11664 if (_values[i] != nil) {
11669 msgSize += ComputeDictObjectFieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11673 WriteDictObjectField(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11681 if (otherDictionary->_values[i] != nil) {
11682 [_values[i] release];
11683 _values[i] = [otherDictionary->_values[i] retain];
11698 [_values[idx] release];
11699 _values[idx] = [object retain];
11707 [_values[idx] release];
11708 _values[idx] = nil;
11713 [_values[i] release];
11714 _values[i] = nil;
11727 int32_t _values[2];
11750 _values[idx] = rawValues[i];
11766 _values[i] = dictionary->_values[i];
11806 if ((_valueSet[0] && (_values[0] != otherDictionary->_values[0])) ||
11807 (_valueSet[1] && (_values[1] != otherDictionary->_values[1]))) {
11820 [result appendFormat:@"NO: %d", _values[0]];
11823 [result appendFormat:@"YES: %d", _values[1]];
11837 int32_t result = _values[idx];
11852 *rawValue = _values[idx];
11863 block(NO, _values[0], &stop);
11866 block(YES, _values[1], &stop);
11876 validatedValue = _values[0];
11883 validatedValue = _values[1];
11917 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11936 msgSize += ComputeDictInt32FieldSize(_values[i], kMapValueFieldNumber, valueDataType);
11940 WriteDictInt32Field(outputStream, _values[i], kMapValueFieldNumber, valueDataType);
11947 block(@"false", @(_values[0]));
11950 block(@"true", @(_values[1]));
11957 _values[idx] = value->valueInt32;
11966 _values[i] = otherDictionary->_values[i];
11982 _values[idx] = value;
11991 _values[idx] = rawValue;