Home | History | Annotate | Download | only in tests

Lines Matching refs:firstTime

422     bool firstTime = true;
427 REPORTER_ASSERT(reporter, firstTime);
430 firstTime = false;
433 REPORTER_ASSERT(reporter, !firstTime);
444 REPORTER_ASSERT(reporter, !firstTime);