Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp589 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument
596 print_dotdotdot = false; in GetMaxNumChildrenToPrint()
602 print_dotdotdot = true; in GetMaxNumChildrenToPrint()
609 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument
611 if (print_dotdotdot) { in PrintChildrenPostamble()
669 bool print_dotdotdot = false; in PrintChildren() local
670 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()
685 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()
718 bool print_dotdotdot = false; in PrintChildrenOneLiner() local
719 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h103 void PrintChildrenPostamble(bool print_dotdotdot);
110 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);