Searched refs:warn_threshold (Results 1 – 2 of 2) sorted by relevance
104 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() argument107 if (warn_threshold < GuardState::kNoCheck && guard_state_ >= warn_threshold) { in moveTo()
157 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);