Searched refs:passCnt (Results 1 – 1 of 1) sorted by relevance
92 int passCnt = 0; in test_binHashKey() local94 ++passCnt; in test_binHashKey()97 GrAssert(passCnt == 1); //We expect the static allocation to suffice in test_binHashKey()99 passCnt = 0; in test_binHashKey()101 ++passCnt; in test_binHashKey()105 GrAssert(passCnt == 2); //We expect dynamic allocation to be necessary in test_binHashKey()