Searched refs:curr_ptr_depth (Results 1 – 2 of 2) sorted by relevance
441 uint32_t& curr_ptr_depth) in ShouldPrintChildren() argument464 else if (is_ref && m_curr_depth == 0 && curr_ptr_depth == 0) in ShouldPrintChildren()470 curr_ptr_depth = 1; in ShouldPrintChildren()473 return (curr_ptr_depth > 0); in ShouldPrintChildren()507 uint32_t curr_ptr_depth) in PrintChild() argument518 … (IsPtr() || IsRef()) && curr_ptr_depth >= 1 ? curr_ptr_depth - 1 : curr_ptr_depth, in PrintChild()561 ValueObjectPrinter::PrintChildren (uint32_t curr_ptr_depth) in PrintChildren() argument574 PrintChild (child_sp, curr_ptr_depth); in PrintChildren()654 uint32_t curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded() local655 bool print_children = ShouldPrintChildren (is_failed_description,curr_ptr_depth); in PrintChildrenIfNeeded()[all …]
346 uint32_t& curr_ptr_depth);359 uint32_t curr_ptr_depth);365 PrintChildren (uint32_t curr_ptr_depth);