Searched refs:curr_ptr_depth (Results 1 – 2 of 2) sorted by relevance
517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() argument566 return curr_ptr_depth.CanAllowExpansion(); in ShouldPrintChildren()605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() argument624 auto ptr_depth = curr_ptr_depth; in PrintChild()626 ptr_depth = curr_ptr_depth.Decremented(); in PrintChild()723 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren() argument745 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()834 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded() local835 const bool print_children = ShouldPrintChildren(curr_ptr_depth); in PrintChildrenIfNeeded()837 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types || in PrintChildrenIfNeeded()[all …]
115 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth);128 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);134 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);