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

Side by Side Diff: mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd5_handle_out_of_range.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 [handles]10
2
3 [dist4]message_header // num_bytes
4 [u4]0 // version
5 [u4]5 // name
6 [u4]0 // flags
7 [anchr]message_header
8
9 [dist4]method5_params // num_bytes
10 [u4]0 // version
11 [dist8]param0_ptr // param0
12 [u4]10 // param1: It is outside of the valid encoded handle
13 // range [0, 10).
14 [u4]0 // padding
15 [anchr]method5_params
16
17 [anchr]param0_ptr
18 [dist4]struct_e // num_bytes
19 [u4]0 // version
20 [dist8]struct_d_ptr // struct_d
21 [u4]3 // data_pipe_consumer
22 [u4]0 // padding
23 [anchr]struct_e
24
25 [anchr]struct_d_ptr
26 [dist4]struct_d // num_bytes
27 [u4]0 // version
28 [dist8]message_pipes_ptr // message_pipes
29 [anchr]struct_d
30
31 [anchr]message_pipes_ptr
32 [dist4]message_pipe_array // num_bytes
33 [u4]2 // num_elements
34 [u4]0
35 [u4]1
36 [anchr]message_pipe_array
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698