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

Side by Side Diff: mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd2_wrong_layout_order.data

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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 [dist4]message_header // num_bytes
2 [u4]0 // version
3 [u4]2 // name
4 [u4]0 // flags
5 [anchr]message_header
6
7 [dist4]method2_params // num_bytes
8 [u4]0 // version
9 [dist8]param0_ptr // param0
10 [dist8]param1_ptr // param1
11 [anchr]method2_params
12
13 [anchr]param0_ptr
14 [dist4]struct_b // num_bytes
15 [u4]0 // version
16 [dist8]struct_a_ptr // struct_a
17 [anchr]struct_b
18
19 // The following two structs are arranged in wrong order.
20
21 [anchr]param1_ptr
22 [dist4]struct_a_param // num_bytes
23 [u4]0 // version
24 [u8]67890 // i
25 [anchr]struct_a_param
26
27 [anchr]struct_a_ptr
28 [dist4]struct_a_member // num_bytes
29 [u4]0 // version
30 [u8]12345 // i
31 [anchr]struct_a_member
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698