Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Side by Side Diff: third_party/protobuf/src/google/protobuf/testdata/map_test_data.txt

Issue 1291903002: Pull new version of protobuf sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 map_int32_int32 {
2 key: 0
3 value: 0
4 }
5 map_int32_int32 {
6 key: 1
7 value: 1
8 }
9 map_int64_int64 {
10 key: 0
11 value: 0
12 }
13 map_int64_int64 {
14 key: 1
15 value: 1
16 }
17 map_uint32_uint32 {
18 key: 0
19 value: 0
20 }
21 map_uint32_uint32 {
22 key: 1
23 value: 1
24 }
25 map_uint64_uint64 {
26 key: 0
27 value: 0
28 }
29 map_uint64_uint64 {
30 key: 1
31 value: 1
32 }
33 map_sint32_sint32 {
34 key: 0
35 value: 0
36 }
37 map_sint32_sint32 {
38 key: 1
39 value: 1
40 }
41 map_sint64_sint64 {
42 key: 0
43 value: 0
44 }
45 map_sint64_sint64 {
46 key: 1
47 value: 1
48 }
49 map_fixed32_fixed32 {
50 key: 0
51 value: 0
52 }
53 map_fixed32_fixed32 {
54 key: 1
55 value: 1
56 }
57 map_fixed64_fixed64 {
58 key: 0
59 value: 0
60 }
61 map_fixed64_fixed64 {
62 key: 1
63 value: 1
64 }
65 map_sfixed32_sfixed32 {
66 key: 0
67 value: 0
68 }
69 map_sfixed32_sfixed32 {
70 key: 1
71 value: 1
72 }
73 map_sfixed64_sfixed64 {
74 key: 0
75 value: 0
76 }
77 map_sfixed64_sfixed64 {
78 key: 1
79 value: 1
80 }
81 map_int32_float {
82 key: 0
83 value: 0
84 }
85 map_int32_float {
86 key: 1
87 value: 1
88 }
89 map_int32_double {
90 key: 0
91 value: 0
92 }
93 map_int32_double {
94 key: 1
95 value: 1
96 }
97 map_bool_bool {
98 key: false
99 value: false
100 }
101 map_bool_bool {
102 key: true
103 value: true
104 }
105 map_string_string {
106 key: "0"
107 value: "0"
108 }
109 map_string_string {
110 key: "1"
111 value: "1"
112 }
113 map_int32_bytes {
114 key: 0
115 value: "0"
116 }
117 map_int32_bytes {
118 key: 1
119 value: "1"
120 }
121 map_int32_enum {
122 key: 0
123 value: MAP_ENUM_BAR
124 }
125 map_int32_enum {
126 key: 1
127 value: MAP_ENUM_BAZ
128 }
129 map_int32_foreign_message {
130 key: 0
131 value {
132 c: 0
133 }
134 }
135 map_int32_foreign_message {
136 key: 1
137 value {
138 c: 1
139 }
140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698