Searched refs:countDests (Results 1 – 1 of 1) sorted by relevance
199 MyErrorCode(int32_t &countChecks, int32_t &countDests) in MyErrorCode() argument200 : checks(countChecks), dests(countDests) {} in MyErrorCode()216 int32_t countDests=0; in TestSubclass() local218 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()220 countChecks!=0 || countDests!=0 in TestSubclass()259 if(countDests!=0) { in TestSubclass()262 countChecks=countDests=0; in TestSubclass()264 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()267 if(countDests!=1) { in TestSubclass()