Searched refs:countChecks (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()199 int32_t countChecks=0; in TestSubclass() local202 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()204 countChecks!=0 || countDests!=0 in TestSubclass()210 if(countChecks!=0) { in TestSubclass()218 if(countChecks!=1) { in TestSubclass()226 if(countChecks!=2) { in TestSubclass()239 if(countChecks!=2) { in TestSubclass()246 countChecks=countDests=0; in TestSubclass()[all …]