Searched refs:kValueBoxSize (Results 1 – 2 of 2) sorted by relevance
343 constexpr int kValueBoxSize = 13; in ~EngineImpl() local345 << std::string(kValueBoxSize, '-') << "+\n"; in ~EngineImpl()347 << std::string(kValueBoxSize - 6, ' ') << "|\n"; in ~EngineImpl()349 << std::string(kValueBoxSize, '-') << "+\n"; in ~EngineImpl()355 << " | " << std::setw(kValueBoxSize - 2) << std::right in ~EngineImpl()358 << " | " << std::setw(kValueBoxSize - 2) << std::right in ~EngineImpl()362 << " | " << std::setw(kValueBoxSize - 2) << std::right in ~EngineImpl()367 << std::string(kValueBoxSize, '-') << "+\n"; in ~EngineImpl()
3499 constexpr int kValueBoxSize = 13; in OnExit() local3501 << std::string(kValueBoxSize, '-') << "+\n"; in OnExit()3503 << std::string(kValueBoxSize - 6, ' ') << "|\n"; in OnExit()3505 << std::string(kValueBoxSize, '-') << "+\n"; in OnExit()3511 << " | " << std::setw(kValueBoxSize - 2) << std::right in OnExit()3514 << " | " << std::setw(kValueBoxSize - 2) << std::right in OnExit()3518 << " | " << std::setw(kValueBoxSize - 2) << std::right in OnExit()3523 << std::string(kValueBoxSize, '-') << "+\n"; in OnExit()