Searched refs:ProtectedClass (Results 1 – 1 of 1) sorted by relevance
34 class ProtectedClass {}; class in TestClass113 template class IT1<TestClass::ProtectedClass>;116 template struct IT2<TestClass::ProtectedClass, TestClass::ProtectedClass>;122 template class IT6<TestClass::ProtectedClass>::template NIT1<TestClass::ProtectedClass>;123 template class IT7<TestClass::AliasProtectedClass, TestClass::ProtectedClass>;124 template struct IT7<TestClass::ProtectedClass, TestClass::TemplateProtectedClass<TestClass::Protect…127 template class IT9<TestClass::ProtectedClass, &TestClass::protectedStaticFunc>;128 template class IT9<TestClass::ProtectedClass, &TestClass::protectedStaticFuncOverloaded>;129 template class IT9<TestClass::ProtectedClass, &globalFunction>;194 template <> class CT1<TestClass::ProtectedClass>;[all …]