Searched refs:countDests (Results 1 – 1 of 1) sorted by relevance
183 MyErrorCode(int32_t &countChecks, int32_t &countDests) in MyErrorCode() argument184 : checks(countChecks), dests(countDests) {} in MyErrorCode()200 int32_t countDests=0; in TestSubclass() local202 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()204 countChecks!=0 || countDests!=0 in TestSubclass()243 if(countDests!=0) { in TestSubclass()246 countChecks=countDests=0; in TestSubclass()248 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()251 if(countDests!=1) { in TestSubclass()