Lines Matching defs:curr_ptr_depth
510 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
559 return curr_ptr_depth.CanAllowExpansion();
598 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
617 auto ptr_depth = curr_ptr_depth;
619 ptr_depth = curr_ptr_depth.Decremented();
716 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
738 PrintChild(child_sp, curr_ptr_depth);
827 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth;
828 const bool print_children = ShouldPrintChildren(curr_ptr_depth);
830 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types ||
853 PrintChildren(value_printed, summary_printed, curr_ptr_depth);