Home
last modified time | relevance | path

Searched refs:AnotherInterface (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dvirtual_interface.rs45 pub AnotherInterface_Baz: unsafe extern "C" fn(this: *mut AnotherInterface),
49 pub struct AnotherInterface { structure names
55 ::std::mem::size_of::<AnotherInterface>(), in bindgen_test_layout_AnotherInterface()
57 concat!("Size of: ", stringify!(AnotherInterface)) in bindgen_test_layout_AnotherInterface()
60 ::std::mem::align_of::<AnotherInterface>(), in bindgen_test_layout_AnotherInterface()
62 concat!("Alignment of ", stringify!(AnotherInterface)) in bindgen_test_layout_AnotherInterface()
65 impl Default for AnotherInterface {
105 pub _base_1: AnotherInterface,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dvirtual_interface.hpp7 class AnotherInterface { class
18 class DoubleImpl : public PureVirtualIFace, public AnotherInterface {

Completed in 1 milliseconds