Lines Matching full:iteration
128 // When this flag is specified, tests' order is randomized on every iteration.
936 // Fired before each iteration of tests starts. There may be more than
937 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration
940 int iteration) = 0;
942 // Fired before environment set-up for each iteration of tests starts.
945 // Fired after environment set-up for each iteration of tests ends.
963 // Fired before environment tear-down for each iteration of tests starts.
966 // Fired after environment tear-down for each iteration of tests ends.
969 // Fired after each iteration of tests finishes.
971 int iteration) = 0;
986 int /*iteration*/) {}
997 int /*iteration*/) {}