Searched refs:protectedStaticInt (Results 1 – 1 of 1) sorted by relevance
52 static constexpr int protectedStaticInt = 43; member in TestClass117 template class IT3<TestClass::protectedStaticInt>;125 template class IT8<&TestClass::protectedFunc, TestClass::protectedStaticInt>;126 template class IT8<&TestClass::protectedFuncOverloaded, TestClass::protectedStaticInt>;199 template <> struct CT3<TestClass::protectedStaticInt>;211 template <> class CT3<TestClass::protectedStaticInt> final {};269 template <> class PCT3<TestClass::protectedStaticInt> : PCT4<&TestClass::publicFunc> {};292 …ss PCT2<TestClass::PrivateClass, TestClass::PrivateClass> : PCT3<TestClass::protectedStaticInt> {};365 template <typename T> class CTT3<T, TestClass::protectedStaticInt> final {};437 template <typename T> class PCTT3<T, TestClass::protectedStaticInt> : PCTT4<T, &TestClass::publicFu…[all …]