Searched refs:start_ref (Results 1 – 3 of 3) sorted by relevance
54 auto start_ref = slices.FindById(starting_id); in GetDescendants() local56 if (!start_ref) { in GetDescendants()67 if (start_ref->dur() >= 0) { in GetDescendants()68 cs.emplace_back(slices.ts().le(start_ref->ts() + start_ref->dur())); in GetDescendants()73 cs.emplace_back(slices.ts().ge(start_ref->ts())); in GetDescendants()74 cs.emplace_back(slices.track_id().eq(start_ref->track_id().value)); in GetDescendants()75 cs.emplace_back(slices.depth().gt(start_ref->depth())); in GetDescendants()
57 auto start_ref = table.FindById(starting_id); in GetAncestors() local58 if (!start_ref) { in GetAncestors()66 auto maybe_parent_id = start_ref->parent_id(); in GetAncestors()
323 start_ref = cs_table.FindById(callsite_id); in GetLocationIdsForCallsite() local324 if (!start_ref) { in GetLocationIdsForCallsite()329 start_ref->frame_id(), annotated ? annotations_.GetAnnotation(*start_ref) in GetLocationIdsForCallsite()332 std::optional<CallsiteId> parent_id = start_ref->parent_id(); in GetLocationIdsForCallsite()