Lines Matching refs:print_dotdotdot
622 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument
629 print_dotdotdot = false; in GetMaxNumChildrenToPrint()
635 print_dotdotdot = true; in GetMaxNumChildrenToPrint()
642 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument
644 if (print_dotdotdot) { in PrintChildrenPostamble()
702 bool print_dotdotdot = false; in PrintChildren() local
703 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()
721 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()
754 bool print_dotdotdot = false; in PrintChildrenOneLiner() local
755 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()
787 if (print_dotdotdot) in PrintChildrenOneLiner()