Home
last modified time | relevance | path

Searched refs:this_should_work (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconstify-all-enums.rs15 pub this_should_work: foo, field
34 ::std::ptr::addr_of!((*ptr).this_should_work) as usize - in bindgen_test_layout_bar()
42 stringify!(this_should_work) in bindgen_test_layout_bar()
Dconstify-module-enums-namespace.rs31 pub this_should_work: root::ns1::ns2::foo::Type, field
50 ::std::ptr::addr_of!((*ptr).this_should_work) as usize - in bindgen_test_layout_bar()
58 stringify!(this_should_work) in bindgen_test_layout_bar()
Dconstify-module-enums-basic.rs19 pub this_should_work: foo::Type, field
38 ::std::ptr::addr_of!((*ptr).this_should_work) as usize - in bindgen_test_layout_bar()
46 stringify!(this_should_work) in bindgen_test_layout_bar()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstify-all-enums.h9 enum foo this_should_work; member
Dconstify-module-enums-namespace.hpp14 enum ns2::foo this_should_work; member
Dconstify-module-enums-basic.h13 enum foo this_should_work; member