Home
last modified time | relevance | path

Searched refs:NestedBase (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate.hpp97 class NestedBase { class
102 class NestedReplaced: public NestedBase<T, int> {
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtemplate.rs469 pub struct NestedBase<T> { struct
473 impl<T> Default for NestedBase<T> { implementation