Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dinherit-from-template-instantiation-with-vtable.rs13 pub struct BaseWithVtable<T> { structure names
18 impl<T> Default for BaseWithVtable<T> {
31 pub _base: BaseWithVtable<*mut ::std::os::raw::c_char>,
59 pub _base: BaseWithVtable<*mut ::std::os::raw::c_char>,
161 ::std::mem::size_of::<BaseWithVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation()
165 stringify!(BaseWithVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation()
169 ::std::mem::align_of::<BaseWithVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation()
173 stringify!(BaseWithVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation()
181 ::std::mem::size_of::<BaseWithVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation_1()
185 stringify!(BaseWithVtable<*mu in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation_1()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dinherit-from-template-instantiation-with-vtable.hpp11 class BaseWithVtable { class
18 class DerivedWithNoVirtualMethods : public BaseWithVtable<char*> {};
21 class DerivedWithVirtualMethods : public BaseWithVtable<char*> {

Completed in 1 milliseconds