Searched refs:OtherDerivedNested (Results 1 – 2 of 2) sorted by relevance
49 typedef typename internal::nested<OtherDerived>::type OtherDerivedNested; typedef50 typedef typename internal::remove_all<OtherDerivedNested>::type _OtherDerivedNested;51 …internal::assign_selector<SelfAdder,_OtherDerivedNested,false>::run(tmp,OtherDerivedNested(other.d…61 typedef typename internal::nested<OtherDerived>::type OtherDerivedNested; typedef62 typedef typename internal::remove_all<OtherDerivedNested>::type _OtherDerivedNested;63 …internal::assign_selector<SelfAdder,_OtherDerivedNested,false>::run(tmp,OtherDerivedNested(other.d…
80 typedef typename internal::nested<OtherDerived,2>::type OtherDerivedNested; in cross3() typedef82 OtherDerivedNested rhs(other.derived()); in cross3()86 typename internal::remove_all<OtherDerivedNested>::type>::run(lhs,rhs); in cross3()