Searched defs:SelectVariantTypeHelper (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 46719 struct SelectVariantTypeHelper<T> struct 46723 struct SelectVariantTypeHelper<T, T, Variants...> struct 46725 typedef T Type; 46729 struct SelectVariantTypeHelper<T, const T, Variants...> struct 46731 typedef const T Type; 46735 struct SelectVariantTypeHelper<T, const T&, Variants...> struct 46737 typedef const T& Type; 46741 struct SelectVariantTypeHelper<T, T&&, Variants...> struct 46743 typedef T&& Type; 46747 struct SelectVariantTypeHelper<T, Head, Variants...> struct
|