Searched defs:VariantImplementation (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 46813 struct VariantImplementation<Tag, N, T> struct 46816 static Tag tag() { in tag() 46823 static void copyConstruct(void* aLhs, const Variant& aRhs) { in copyConstruct() 46828 static void moveConstruct(void* aLhs, Variant&& aRhs) { in moveConstruct() 46833 static void destroy(Variant& aV) { in destroy() 46839 equal(const Variant& aLhs, const Variant& aRhs) { in equal() 46845 match(Matcher&& aMatcher, ConcreteVariant& aV) in match() 46854 struct VariantImplementation<Tag, N, T, Ts...> struct 46857 using Next = VariantImplementation<Tag, N + 1, Ts...>; 46860 static Tag tag() { in tag() [all …]
|