Searched refs:GetNumChildrenIgnoringErrors (Results 1 – 15 of 15) sorted by relevance
68 size_t child_count = current_child->GetNumChildrenIgnoringErrors(); in Update()
22 valobj.GetNumChildrenIgnoringErrors() == 0 ? "false" : "true"); in GenericOptionalSummaryProvider()
344 switch (potential_child_sp->GetNumChildrenIgnoringErrors()) { in GetChildAtIndex()455 if (key_value_sp->GetNumChildrenIgnoringErrors() == 1) { in Update()
27 if (valobj_sp->GetNumChildrenIgnoringErrors() != 1) in GetCoroFramePtrFromHandle()
347 if (potential_child_sp->GetNumChildrenIgnoringErrors() == 1) in Update()
66 if (pair.GetNumChildrenIgnoringErrors() > 1) { in GetSecondValueOfLibCXXCompressedPair()
508 uint32_t GetNumChildrenIgnoringErrors(uint32_t max = UINT32_MAX);509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren()
380 if (idx < GetNumChildrenIgnoringErrors()) { in GetChildAtIndex()464 uint32_t ValueObject::GetNumChildrenIgnoringErrors(uint32_t max) { in GetNumChildrenIgnoringErrors() function in ValueObject480 has_children = GetNumChildrenIgnoringErrors() > 0; in MightHaveChildren()1371 const size_t count = GetNumChildrenIgnoringErrors(); in DumpPrintableRepresentation()1410 const size_t count = GetNumChildrenIgnoringErrors(); in DumpPrintableRepresentation()1496 strm.Printf("%" PRIu64 "", (uint64_t)GetNumChildrenIgnoringErrors()); in DumpPrintableRepresentation()
971 index_higher = valobj->GetNumChildrenIgnoringErrors() - 1; in DumpValue()
4522 const uint32_t num_children = valobj->GetNumChildrenIgnoringErrors(); in GetChildren()
232 uint32_t numChildren = thisValSP->GetNumChildrenIgnoringErrors(); in AddLambdaCaptureDecls()
862 ->GetNumChildrenIgnoringErrors() /* synthetic does in GetValueForVariableExpressionPath()934 synthetic->GetNumChildrenIgnoringErrors() /* synthetic in GetValueForVariableExpressionPath()1392 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()
987 num_children = value_sp->GetNumChildrenIgnoringErrors(max); in GetNumChildren()