Searched defs:TagHelper (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 46790 struct TagHelper<Tag, N, T, U, Next, false> struct 46792 static Tag tag() { return Next::template tag<U>(); } in tag() 46797 struct TagHelper<Tag, N, T, U, Next, true> struct 46799 static Tag tag() { return Tag(N); } in tag()
|