Lines Matching refs:print_dotdotdot
589 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()
746 if (print_dotdotdot) in PrintChildrenOneLiner()