Home | History | Annotate | Download | only in internal

Lines Matching refs:Tmpl

1625 // The template "selector" struct TemplateSel<Tmpl> is used to
1626 // represent Tmpl, which must be a class template with one type
1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1628 // as the type Tmpl<T>. This allows us to actually instantiate the
1629 // template "selected" by TemplateSel<Tmpl>.
1633 template <GTEST_TEMPLATE_ Tmpl>
1637 typedef Tmpl<T> type;