Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp894 struct IsArrayHelper : FalseType {}; struct
897 struct IsArrayHelper<T[N]> : TrueType {}; struct
900 struct IsArrayHelper<T[]> : TrueType {}; struct