Searched refs:max_name_len (Results 1 – 3 of 3) sorted by relevance
385 std::size_t max_name_len = strlen("section"); in printObjectSectionSizes() local401 max_name_len = std::max(max_name_len, name_or_err->size()); in printObjectSectionSizes()407 max_name_len += 2; in printObjectSectionSizes()412 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()423 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()456 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()
969 max_name_len = max([len(tc["name"]) for tc in test_list])970 indent = max_name_len + 8
1759 <max_name_len>: Remove this variable.