Home
last modified time | relevance | path

Searched defs:BaseWithoutVtable (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dinherit-from-template-instantiation-with-vtable.rs86 pub struct BaseWithoutVtable<U> { struct
90 impl<U> Default for BaseWithoutVtable<U> { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dinherit-from-template-instantiation-with-vtable.hpp27 class BaseWithoutVtable { class