Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp486 size_t total_children_name_len = 0; in ShouldPrintAsOneLiner() local
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
529 if (total_children_name_len > 50) in ShouldPrintAsOneLiner()