Home
last modified time | relevance | path

Searched refs:width_ (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dcmd_report.cpp46 Displayable(const std::string& name) : name_(name), width_(name.size()) { in Displayable()
56 return width_; in Width()
62 width_ = std::max(width_, size); in AdjustWidth()
67 size_t width_; member in Displayable