Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp36035 struct AllowDeprecatedAbs : AllowDeprecatedAbsFixed<T> {}; struct
36037 template<> struct AllowDeprecatedAbs<int> : TrueType {}; struct
36038 template<> struct AllowDeprecatedAbs<long> : TrueType {}; struct