Searched refs:GetNumChildrenIgnoringErrors (Results 1 – 15 of 15) sorted by relevance
22 valobj.GetNumChildrenIgnoringErrors() == 0 ? "false" : "true"); in GenericOptionalSummaryProvider()
66 size_t child_count = current_child->GetNumChildrenIgnoringErrors(); in Update()
355 switch (potential_child_sp->GetNumChildrenIgnoringErrors()) { in GetChildAtIndex()467 if (key_value_sp->GetNumChildrenIgnoringErrors() == 1) { in Update()
25 if (valobj_sp->GetNumChildrenIgnoringErrors() != 1) in GetCoroFramePtrFromHandle()
90 if (pair.GetNumChildrenIgnoringErrors() > 1) { in GetSecondValueOfLibCXXCompressedPair()436 if (deleter_sp->GetNumChildrenIgnoringErrors() > 0) in Update()
379 if (potential_child_sp->GetNumChildrenIgnoringErrors() == 1) in Update()
508 uint32_t GetNumChildrenIgnoringErrors(uint32_t max = UINT32_MAX);509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren()
232 uint32_t numChildren = thisValSP->GetNumChildrenIgnoringErrors(); in AddLambdaCaptureDecls()
376 if (idx < GetNumChildrenIgnoringErrors()) { in GetChildAtIndex()461 uint32_t ValueObject::GetNumChildrenIgnoringErrors(uint32_t max) { in GetNumChildrenIgnoringErrors() function in ValueObject477 has_children = GetNumChildrenIgnoringErrors() > 0; in MightHaveChildren()1399 const size_t count = GetNumChildrenIgnoringErrors(); in DumpPrintableRepresentation()1438 const size_t count = GetNumChildrenIgnoringErrors(); in DumpPrintableRepresentation()
920 ->GetNumChildrenIgnoringErrors() /* synthetic does in LegacyGetValueForVariableExpressionPath()992 synthetic->GetNumChildrenIgnoringErrors() /* synthetic in LegacyGetValueForVariableExpressionPath()1532 for (int ci = 0, ce = parent->GetNumChildrenIgnoringErrors(); ci != ce; in GetValueForOffset()
548 for (size_t idx = 0; idx < reserved_dict->GetNumChildrenIgnoringErrors(); in GetBacktraceThreadFromException()
216 size_t count = trace_value_object->GetNumChildrenIgnoringErrors(); in CreateStackTrace()
1006 num_children = value_sp->GetNumChildrenIgnoringErrors(max); in GetNumChildren()
1028 index_higher = valobj->GetNumChildrenIgnoringErrors() - 1; in DumpValue()
4524 const uint32_t num_children = valobj->GetNumChildrenIgnoringErrors(); in GetChildren()