Lines Matching defs:print_dotdotdot
642 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) {
659 print_dotdotdot = true;
665 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) {
667 if (print_dotdotdot) {
726 bool print_dotdotdot = false;
727 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot);
750 PrintChildrenPostamble(print_dotdotdot);
780 bool print_dotdotdot = false;
781 auto num_children_or_err = GetMaxNumChildrenToPrint(print_dotdotdot);
818 if (print_dotdotdot)