Lines Matching refs:reset
2981 //g_oss.seekp(0); // optimal reset - as seen here: https://stackoverflow.com/a/624291/3162383
4178 static void reset() {}
4292 static void reset() {
4308 ~FatalConditionHandler() { reset(); }
4365 reset();
4393 ~FatalConditionHandler() { reset(); }
4394 static void reset() {
6456 // reset atomic counters
6469 // reset some of the fields for subcases (except for the set of fully passed ones)
6476 // reset stuff for logging with INFO()
6482 // MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
6487 fatalConditionHandler.reset();