Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dinherit-from-template-instantiation-with-vtable.rs13 pub struct BaseWithVtable<T> { struct
14 pub vtable_: *const BaseWithVtable__bindgen_vtable, argument
18 impl<T> Default for BaseWithVtable<T> { argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dinherit-from-template-instantiation-with-vtable.hpp11 class BaseWithVtable { class