Searched refs:countChecks (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()146 int32_t countChecks=0; in TestSubclass() local149 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()151 countChecks!=0 || countDests!=0 in TestSubclass()157 if(countChecks!=0) { in TestSubclass()165 if(countChecks!=1) { in TestSubclass()173 if(countChecks!=2) { in TestSubclass()186 if(countChecks!=2) { in TestSubclass()193 countChecks=countDests=0; in TestSubclass()[all …]