reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
497 OptionFieldWidth = std::max(OptionFieldWidth, Length); 497 OptionFieldWidth = std::max(OptionFieldWidth, Length); 503 int Pad = OptionFieldWidth - int(Option.size()); 509 Pad = OptionFieldWidth + InitialPad;