Lines Matching refs:LabelWidth
385 unsigned &LabelWidth) { in BuildInputAnnotations() argument
400 LabelWidth = 0; in BuildInputAnnotations()
422 LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size()); in BuildInputAnnotations()
519 unsigned LabelWidth) { in DumpEllipsisOrElidedLines() argument
526 << right_justify(".", LabelWidth); in DumpEllipsisOrElidedLines()
539 unsigned LabelWidth) { in DumpAnnotatedInput() argument
607 LabelWidth = std::max(LabelWidth, LineNoWidth) + 3; in DumpAnnotatedInput()
644 DumpEllipsisOrElidedLines(OS, ElidedLinesOS.str(), LabelWidth); in DumpAnnotatedInput()
650 << format_decimal(Line, LabelWidth) << ": "; in DumpAnnotatedInput()
703 COS << left_justify(AnnotationItr->Label, LabelWidth) << " "; in DumpAnnotatedInput()
726 DumpEllipsisOrElidedLines(OS, ElidedLinesOS.str(), LabelWidth); in DumpAnnotatedInput()
887 unsigned LabelWidth; in main() local
889 Annotations, LabelWidth); in main()
891 InputFileText, Annotations, LabelWidth); in main()