Home | History | Annotate | Download | only in Tests
      1 map_int32_int32 {
      2   key: 100
      3   value: 1
      4 }
      5 map_int64_int64 {
      6   key: 101
      7   value: 1
      8 }
      9 map_uint32_uint32 {
     10   key: 102
     11   value: 1
     12 }
     13 map_uint64_uint64 {
     14   key: 103
     15   value: 1
     16 }
     17 map_sint32_sint32 {
     18   key: 104
     19   value: 1
     20 }
     21 map_sint64_sint64 {
     22   key: 105
     23   value: 1
     24 }
     25 map_fixed32_fixed32 {
     26   key: 106
     27   value: 1
     28 }
     29 map_fixed64_fixed64 {
     30   key: 107
     31   value: 1
     32 }
     33 map_sfixed32_sfixed32 {
     34   key: 108
     35   value: 1
     36 }
     37 map_sfixed64_sfixed64 {
     38   key: 109
     39   value: 1
     40 }
     41 map_int32_float {
     42   key: 110
     43   value: 1
     44 }
     45 map_int32_double {
     46   key: 111
     47   value: 1
     48 }
     49 map_bool_bool {
     50   key: true
     51   value: false
     52 }
     53 map_string_string {
     54   key: "112"
     55   value: "1"
     56 }
     57 map_int32_bytes {
     58   key: 113
     59   value: "\001\000\000\000"
     60 }
     61 map_int32_enum {
     62   key: 114
     63   value: MAP_ENUM_BAZ
     64 }
     65 map_int32_foreign_message {
     66   key: 115
     67   value {
     68     c: 1
     69   }
     70 }
     71