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

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

Issue 466613002: Add validation logic for non-nullable types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
OLDNEW
1 [dist4]message_header // num_bytes 1 [dist4]message_header // num_bytes
2 [u4]2 // num_fields 2 [u4]2 // num_fields
3 [u4]7 // name 3 [u4]7 // name
4 [u4]0 // flags 4 [u4]0 // flags
5 [anchr]message_header 5 [anchr]message_header
6 6
7 [dist4]method7_params // num_bytes 7 [dist4]method7_params // num_bytes
8 [u4]2 // num_fields 8 [u4]2 // num_fields
9 [dist8]param0_ptr // param0 9 [dist8]param0_ptr // param0
10 [dist8]param1_ptr // param1 10 [dist8]param1_ptr // param1
11 [u8]0 // padding 11 [u8]0 // unknown
12 [anchr]method7_params 12 [anchr]method7_params
13 13
14 [anchr]param0_ptr 14 [anchr]param0_ptr
15 [dist4]struct_c // num_bytes 15 [dist4]struct_f // num_bytes
16 [u4]1 // num_fields 16 [u4]1 // num_fields
17 [dist8]array_ptr // array 17 [dist8]array_ptr // fixed_size_array
18 [anchr]struct_c 18 [anchr]struct_f
19 19
20 [anchr]array_ptr 20 [anchr]array_ptr
21 [dist4]array_member // num_bytes 21 [dist4]array_member // num_bytes
22 [u4]3 // num_elements 22 [u4]3 // num_elements
23 0 1 2 23 0 1 2
24 [anchr]array_member 24 [anchr]array_member
25 25
26 [u4]0 [u1]0 // Padding to make the next array aligned properly. 26 [u4]0 [u1]0 // Padding to make the next array aligned properly.
27 27
28 [anchr]param1_ptr 28 [anchr]param1_ptr
29 [dist4]array_param // num_bytes 29 [dist4]array_param // num_bytes
30 [u4]5 // num_elements 30 [u4]5 // num_elements
31 0 1 2 3 4 31 0 1 2 3 4
32 [anchr]array_param 32 [anchr]array_param
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698