Home
last modified time | relevance | path

Searched refs:jsval_layout (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue_311.rs14 pub struct jsval_layout { structure names
38 ::std::mem::size_of::<jsval_layout>(), in bindgen_test_layout_jsval_layout()
40 concat!("Size of: ", stringify!(jsval_layout)) in bindgen_test_layout_jsval_layout()
43 ::std::mem::align_of::<jsval_layout>(), in bindgen_test_layout_jsval_layout()
45 concat!("Alignment of ", stringify!(jsval_layout)) in bindgen_test_layout_jsval_layout()
H A Djsval_layout_opaque_1_0.rs225 pub struct jsval_layout { structure names
418 const UNINIT: ::std::mem::MaybeUninit<jsval_layout> = in bindgen_test_layout_jsval_layout()
422 ::std::mem::size_of::<jsval_layout>(), in bindgen_test_layout_jsval_layout()
424 concat!("Size of: ", stringify!(jsval_layout)) in bindgen_test_layout_jsval_layout()
427 ::std::mem::align_of::<jsval_layout>(), in bindgen_test_layout_jsval_layout()
429 concat!("Alignment of ", stringify!(jsval_layout)) in bindgen_test_layout_jsval_layout()
436 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
448 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
458 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
470 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
[all...]
H A Djsval_layout_opaque.rs182 pub union jsval_layout {
376 const UNINIT: ::std::mem::MaybeUninit<jsval_layout> = in bindgen_test_layout_jsval_layout()
380 ::std::mem::size_of::<jsval_layout>(), in bindgen_test_layout_jsval_layout()
382 concat!("Size of: ", stringify!(jsval_layout)) in bindgen_test_layout_jsval_layout()
385 ::std::mem::align_of::<jsval_layout>(), in bindgen_test_layout_jsval_layout()
387 concat!("Alignment of ", stringify!(jsval_layout)) in bindgen_test_layout_jsval_layout()
394 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
406 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
416 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
428 stringify!(jsval_layout), in bindgen_test_layout_jsval_layout()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Djsval_layout_opaque.hpp42 * We try to use enums so that printing a jsval_layout in the debugger shows
286 typedef union jsval_layout union
307 } JSVAL_ALIGNMENT jsval_layout; typedef
309 typedef union jsval_layout union
330 } JSVAL_ALIGNMENT jsval_layout; typedef
334 typedef union jsval_layout union
355 } JSVAL_ALIGNMENT jsval_layout; typedef
357 typedef union jsval_layout union
376 } JSVAL_ALIGNMENT jsval_layout; typedef
411 return (jsval_layout) {
[all...]
H A Djsval_layout_opaque_1_0.hpp42 * We try to use enums so that printing a jsval_layout in the debugger shows
286 typedef union jsval_layout union
307 } JSVAL_ALIGNMENT jsval_layout; typedef
309 typedef union jsval_layout union
330 } JSVAL_ALIGNMENT jsval_layout; typedef
334 typedef union jsval_layout union
355 } JSVAL_ALIGNMENT jsval_layout; typedef
357 typedef union jsval_layout union
376 } JSVAL_ALIGNMENT jsval_layout; typedef
411 return (jsval_layout) {
[all...]
H A Dissue_311.hpp3 struct jsval_layout { struct

Completed in 5 milliseconds