Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-hash-blocklisting.hpp1 // bindgen-flags: --with-derive-hash --with-derive-partialord --with-derive-ord --with-derive-partialeq --with-derive-eq --allowlist-type 'Allowlisted.*' --blocklist-type Blocklisted --raw-line "#[repr(C)] #[derive(Debug, Hash, Copy, Clone, PartialEq, Eq)] pub struct Blocklisted<T> {t: T, pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>> }"
4 struct Blocklisted { struct
11 Blocklisted<int> a;
16 Blocklisted<float> b;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-hash-blocklisting.rs10 pub struct Blocklisted<T> { structure names
19 pub a: Blocklisted<::std::os::raw::c_int>,
59 pub b: Blocklisted<f32>,

Completed in 2 milliseconds