Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59307 template<> struct SelectTrait<float> : public FloatTypeTraits {}; struct
59308 template<> struct SelectTrait<double> : public DoubleTypeTraits {}; struct