Searched refs:ThisType (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpolynomi.h162 typedef PolynomialOverFixedRing<T, instance> ThisType; typedef in class:PolynomialOverFixedRing
176 PolynomialOverFixedRing(const ThisType &t) : B(t) {}
202 static const ThisType &Zero();
203 static const ThisType &One();
221 ThisType& operator=(const ThisType& t) {B::operator=(t); return *this;}
223 ThisType& operator+=(const ThisType& t) {Accumulate(t, ms_fixedRing); return *this;}
225 ThisType& operator-=(const ThisType
[all...]
H A Dpolynomi.cpp568 return Singleton<ThisType>().Ref();
574 return Singleton<ThisType, NewOnePolynomial>().Ref();

Completed in 21 milliseconds