TestExtremeDefaultValues$json top-level constant

  1. @Deprecated('Use testExtremeDefaultValuesDescriptor instead')
Map<String, Object> const TestExtremeDefaultValues$json

Implementation

@$core.Deprecated('Use testExtremeDefaultValuesDescriptor instead')
const TestExtremeDefaultValues$json = {
  '1': 'TestExtremeDefaultValues',
  '2': [
    {
      '1': 'escaped_bytes',
      '3': 1,
      '4': 1,
      '5': 12,
      '7': '\\000\\001\\007\\010\\014\\n\\r\\t\\013\\\\\\\'\\"\\376',
      '10': 'escapedBytes'
    },
    {
      '1': 'large_uint32',
      '3': 2,
      '4': 1,
      '5': 13,
      '7': '4294967295',
      '10': 'largeUint32'
    },
    {
      '1': 'large_uint64',
      '3': 3,
      '4': 1,
      '5': 4,
      '7': '18446744073709551615',
      '10': 'largeUint64'
    },
    {
      '1': 'small_int32',
      '3': 4,
      '4': 1,
      '5': 5,
      '7': '-2147483647',
      '10': 'smallInt32'
    },
    {
      '1': 'small_int64',
      '3': 5,
      '4': 1,
      '5': 3,
      '7': '-9223372036854775807',
      '10': 'smallInt64'
    },
    {
      '1': 'really_small_int32',
      '3': 21,
      '4': 1,
      '5': 5,
      '7': '-2147483648',
      '10': 'reallySmallInt32'
    },
    {
      '1': 'really_small_int64',
      '3': 22,
      '4': 1,
      '5': 3,
      '7': '-9223372036854775808',
      '10': 'reallySmallInt64'
    },
    {'1': 'utf8_string', '3': 6, '4': 1, '5': 9, '7': 'ሴ', '10': 'utf8String'},
    {'1': 'zero_float', '3': 7, '4': 1, '5': 2, '7': '0', '10': 'zeroFloat'},
    {'1': 'one_float', '3': 8, '4': 1, '5': 2, '7': '1', '10': 'oneFloat'},
    {
      '1': 'small_float',
      '3': 9,
      '4': 1,
      '5': 2,
      '7': '1.5',
      '10': 'smallFloat'
    },
    {
      '1': 'negative_one_float',
      '3': 10,
      '4': 1,
      '5': 2,
      '7': '-1',
      '10': 'negativeOneFloat'
    },
    {
      '1': 'negative_float',
      '3': 11,
      '4': 1,
      '5': 2,
      '7': '-1.5',
      '10': 'negativeFloat'
    },
    {
      '1': 'large_float',
      '3': 12,
      '4': 1,
      '5': 2,
      '7': '2e+08',
      '10': 'largeFloat'
    },
    {
      '1': 'small_negative_float',
      '3': 13,
      '4': 1,
      '5': 2,
      '7': '-8e-28',
      '10': 'smallNegativeFloat'
    },
    {'1': 'inf_double', '3': 14, '4': 1, '5': 1, '7': 'inf', '10': 'infDouble'},
    {
      '1': 'neg_inf_double',
      '3': 15,
      '4': 1,
      '5': 1,
      '7': '-inf',
      '10': 'negInfDouble'
    },
    {'1': 'nan_double', '3': 16, '4': 1, '5': 1, '7': 'nan', '10': 'nanDouble'},
    {'1': 'inf_float', '3': 17, '4': 1, '5': 2, '7': 'inf', '10': 'infFloat'},
    {
      '1': 'neg_inf_float',
      '3': 18,
      '4': 1,
      '5': 2,
      '7': '-inf',
      '10': 'negInfFloat'
    },
    {'1': 'nan_float', '3': 19, '4': 1, '5': 2, '7': 'nan', '10': 'nanFloat'},
    {
      '1': 'cpp_trigraph',
      '3': 20,
      '4': 1,
      '5': 9,
      '7': '? ? ?? ?? ??? ??/ ??-',
      '10': 'cppTrigraph'
    },
    {
      '1': 'string_with_zero',
      '3': 23,
      '4': 1,
      '5': 9,
      '7': 'hel\x00lo',
      '10': 'stringWithZero'
    },
    {
      '1': 'bytes_with_zero',
      '3': 24,
      '4': 1,
      '5': 12,
      '7': 'wor\\000ld',
      '10': 'bytesWithZero'
    },
    {
      '1': 'string_piece_with_zero',
      '3': 25,
      '4': 1,
      '5': 9,
      '7': 'ab\x00c',
      '8': {'1': 2},
      '10': 'stringPieceWithZero',
    },
    {
      '1': 'cord_with_zero',
      '3': 26,
      '4': 1,
      '5': 9,
      '7': '12\x003',
      '8': {'1': 1},
      '10': 'cordWithZero',
    },
    {
      '1': 'replacement_string',
      '3': 27,
      '4': 1,
      '5': 9,
      '7': '\${unknown}',
      '10': 'replacementString'
    },
  ],
};