Searched refs:Test4b (Results 1 – 1 of 1) sorted by relevance
212 template <class T> struct Test4b { struct213 Test4b();219 template <> inline void Test4b<int>::bar() {} in bar()222 template <> Test4b<int>::Test4b() { use(typeid(Test4b)); } in Test4b() function in Test4b227 template <> inline void Test4b<int>::foo() {} in foo()