Searched refs:print_dotdotdot (Results 1 – 2 of 2) sorted by relevance
587 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument594 print_dotdotdot = false; in GetMaxNumChildrenToPrint()600 print_dotdotdot = true; in GetMaxNumChildrenToPrint()607 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument609 if (print_dotdotdot) { in PrintChildrenPostamble()667 bool print_dotdotdot = false; in PrintChildren() local668 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()683 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()716 bool print_dotdotdot = false; in PrintChildrenOneLiner() local717 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()[all …]
111 void PrintChildrenPostamble(bool print_dotdotdot);118 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);