Searched refs:max_name_len (Results 1 – 2 of 2) sorted by relevance
437 size_t max_name_len = 0; in DumpAllDescriptions() local442 max_name_len = std::max<size_t>(property->GetName().size(), max_name_len); in DumpAllDescriptions()447 property->DumpDescription(interpreter, strm, max_name_len, false); in DumpAllDescriptions()
374 std::size_t max_name_len = strlen("section"); in printObjectSectionSizes() local390 max_name_len = std::max(max_name_len, name_or_err->size()); in printObjectSectionSizes()396 max_name_len += 2; in printObjectSectionSizes()401 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()412 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()445 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()