• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1map_int32_int32 {
2  key: 0
3  value: 0
4}
5map_int32_int32 {
6  key: 1
7  value: 1
8}
9map_int64_int64 {
10  key: 0
11  value: 0
12}
13map_int64_int64 {
14  key: 1
15  value: 1
16}
17map_uint32_uint32 {
18  key: 0
19  value: 0
20}
21map_uint32_uint32 {
22  key: 1
23  value: 1
24}
25map_uint64_uint64 {
26  key: 0
27  value: 0
28}
29map_uint64_uint64 {
30  key: 1
31  value: 1
32}
33map_sint32_sint32 {
34  key: 0
35  value: 0
36}
37map_sint32_sint32 {
38  key: 1
39  value: 1
40}
41map_sint64_sint64 {
42  key: 0
43  value: 0
44}
45map_sint64_sint64 {
46  key: 1
47  value: 1
48}
49map_fixed32_fixed32 {
50  key: 0
51  value: 0
52}
53map_fixed32_fixed32 {
54  key: 1
55  value: 1
56}
57map_fixed64_fixed64 {
58  key: 0
59  value: 0
60}
61map_fixed64_fixed64 {
62  key: 1
63  value: 1
64}
65map_sfixed32_sfixed32 {
66  key: 0
67  value: 0
68}
69map_sfixed32_sfixed32 {
70  key: 1
71  value: 1
72}
73map_sfixed64_sfixed64 {
74  key: 0
75  value: 0
76}
77map_sfixed64_sfixed64 {
78  key: 1
79  value: 1
80}
81map_int32_float {
82  key: 0
83  value: 0
84}
85map_int32_float {
86  key: 1
87  value: 1
88}
89map_int32_double {
90  key: 0
91  value: 0
92}
93map_int32_double {
94  key: 1
95  value: 1
96}
97map_bool_bool {
98  key: false
99  value: false
100}
101map_bool_bool {
102  key: true
103  value: true
104}
105map_string_string {
106  key: "0"
107  value: "0"
108}
109map_string_string {
110  key: "1"
111  value: "1"
112}
113map_int32_bytes {
114  key: 0
115  value: "0"
116}
117map_int32_bytes {
118  key: 1
119  value: "1"
120}
121map_int32_enum {
122  key: 0
123  value: MAP_ENUM_BAR
124}
125map_int32_enum {
126  key: 1
127  value: MAP_ENUM_BAZ
128}
129map_int32_foreign_message {
130  key: 0
131  value {
132    c: 0
133  }
134}
135map_int32_foreign_message {
136  key: 1
137  value {
138    c: 1
139  }
140}
141