Lines Matching defs:curr_ptr_depth
517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
566 return curr_ptr_depth.CanAllowExpansion();
605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
624 auto ptr_depth = curr_ptr_depth;
626 ptr_depth = curr_ptr_depth.Decremented();
723 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
745 PrintChild(child_sp, curr_ptr_depth);
834 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth;
835 const bool print_children = ShouldPrintChildren(curr_ptr_depth);
837 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types ||
860 PrintChildren(value_printed, summary_printed, curr_ptr_depth);