Home
last modified time | relevance | path

Searched refs:BaseWithoutVtable (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.rs86 pub struct BaseWithoutVtable<U> { structure names
90 impl<U> Default for BaseWithoutVtable<U> {
106 pub _base: BaseWithoutVtable<*mut ::std::os::raw::c_char>,
134 pub _base: BaseWithoutVtable<*mut ::std::os::raw::c_char>,
201 ::std::mem::size_of::<BaseWithoutVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithoutVtable_open0_ptr_char_close0_instantiation()
205 stringify!(BaseWithoutVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithoutVtable_open0_ptr_char_close0_instantiation()
209 ::std::mem::align_of::<BaseWithoutVtable<*mut ::std::os::raw::c_char>>( in __bindgen_test_layout_BaseWithoutVtable_open0_ptr_char_close0_instantiation()
214 stringify!(BaseWithoutVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithoutVtable_open0_ptr_char_close0_instantiation()
222 ::std::mem::size_of::<BaseWithoutVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithoutVtable_open0_ptr_char_close0_instantiation_1()
226 stringify!(BaseWithoutVtable<*mu in __bindgen_test_layout_BaseWithoutVtable_open0_ptr_char_close0_instantiation_1()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dinherit-from-template-instantiation-with-vtable.hpp27 class BaseWithoutVtable { class
32 class DerivedWithVtable : public BaseWithoutVtable<char*> {
37 class DerivedWithoutVtable : public BaseWithoutVtable<char*> {};

Completed in 1 milliseconds