Lines Matching full:template
35 // Creating a vtable for every BindState template instantiation results in a lot
60 // template bloat.
89 // that our subclasses will not get inlined versions. Avoids more template
97 // A helper template to determine if given type is non-const move-only-type,
103 // confuses template deduction in VS2013 with certain types such as
106 template <typename T> struct IsMoveOnlyType {
107 template <typename U>
110 template <typename U>
119 template <typename T>
122 template <typename>
125 template <typename>
143 template <typename T>
150 template <typename T>
161 template <typename T>
169 // a non-const pointer. Trying to specialize the template based on a "const
172 template <typename T, size_t n>
179 template <typename T>
198 template <typename T>
210 // default template compiles out to be a no-op.
220 template <typename T>
226 template <typename T>