Home
last modified time | relevance | path

Searched refs:GuardObjectNotifier (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-447.rs20 pub struct GuardObjectNotifier { struct
26 ::std::mem::size_of::<GuardObjectNotifier>(), in bindgen_test_layout_GuardObjectNotifier()
28 concat!("Size of: ", stringify!(GuardObjectNotifier)) in bindgen_test_layout_GuardObjectNotifier()
31 ::std::mem::align_of::<GuardObjectNotifier>(), in bindgen_test_layout_GuardObjectNotifier()
33 concat!("Alignment of ", stringify!(GuardObjectNotifier)) in bindgen_test_layout_GuardObjectNotifier()
60 arg1: root::mozilla::detail::GuardObjectNotifier, in JSAutoCompartment_JSAutoCompartment() argument
66 arg1: root::mozilla::detail::GuardObjectNotifier, in new() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-447.hpp6 class GuardObjectNotifier {}; class
26 JSAutoCompartment(mozilla::detail::GuardObjectNotifier);