Searched refs:nestable_slices_ (Results 1 – 2 of 2) sorted by relevance
123 MaybeUpdateMinMax(nestable_slices_.start_ns().begin(), in GetTraceTimestampBoundsNs()124 nestable_slices_.start_ns().end(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
852 const NestableSlices& nestable_slices() const { return nestable_slices_; } in nestable_slices()853 NestableSlices* mutable_nestable_slices() { return &nestable_slices_; } in mutable_nestable_slices()959 NestableSlices nestable_slices_; variable