Searched refs:countDests (Results 1 – 1 of 1) sorted by relevance
130 MyErrorCode(int32_t &countChecks, int32_t &countDests) in MyErrorCode() argument131 : checks(countChecks), dests(countDests) {} in MyErrorCode()147 int32_t countDests=0; in TestSubclass() local149 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()151 countChecks!=0 || countDests!=0 in TestSubclass()190 if(countDests!=0) { in TestSubclass()193 countChecks=countDests=0; in TestSubclass()195 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()198 if(countDests!=1) { in TestSubclass()