Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp487 size_t total_children_name_len = 0; in ShouldPrintAsOneLiner() local
525 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
530 if (total_children_name_len > 50) in ShouldPrintAsOneLiner()