Searched refs:print_dotdotdot (Results 1 – 2 of 2) sorted by relevance
589 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument596 print_dotdotdot = false; in GetMaxNumChildrenToPrint()602 print_dotdotdot = true; in GetMaxNumChildrenToPrint()609 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument611 if (print_dotdotdot) { in PrintChildrenPostamble()669 bool print_dotdotdot = false; in PrintChildren() local670 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()685 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()718 bool print_dotdotdot = false; in PrintChildrenOneLiner() local719 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()[all …]
103 void PrintChildrenPostamble(bool print_dotdotdot);110 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);