Lines Matching defs:print_dotdotdot
635 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) {
652 print_dotdotdot = true;
658 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) {
660 if (print_dotdotdot) {
719 bool print_dotdotdot = false;
720 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot);
743 PrintChildrenPostamble(print_dotdotdot);
773 bool print_dotdotdot = false;
774 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot);
811 if (print_dotdotdot)