Lines Matching defs:that
307 // I think that we can only have quaternary difference
332 StrengthProbe::StrengthProbe(const StrengthProbe &that) {
333 *this = that;
337 StrengthProbe::operator=(const StrengthProbe &that) {
338 if(this != &that) {
339 B0 = that.B0;
340 B1 = that.B1;
341 B2 = that.B2;
342 B3 = that.B3;
343 SE = that.SE;
344 frenchSecondary = that.frenchSecondary;
345 comparer = that.comparer;
346 skgetter = that.skgetter;