Searched refs:print_dotdotdot (Results 1 – 2 of 2) sorted by relevance
622 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint() argument629 print_dotdotdot = false; in GetMaxNumChildrenToPrint()635 print_dotdotdot = true; in GetMaxNumChildrenToPrint()642 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble() argument644 if (print_dotdotdot) { in PrintChildrenPostamble()702 bool print_dotdotdot = false; in PrintChildren() local703 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildren()721 PrintChildrenPostamble(print_dotdotdot); in PrintChildren()754 bool print_dotdotdot = false; in PrintChildrenOneLiner() local755 size_t num_children = GetMaxNumChildrenToPrint(print_dotdotdot); in PrintChildrenOneLiner()[all …]
102 void PrintChildrenPostamble(bool print_dotdotdot);109 uint32_t GetMaxNumChildrenToPrint(bool &print_dotdotdot);