Home
last modified time | relevance | path

Searched refs:opt_slice_idx (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/
H A Dexport_json.cc990 auto opt_slice_idx = slices.id().IndexOf(slice_id); in CreateFlowEventV1() local
991 if (!opt_slice_idx) in CreateFlowEventV1()
993 uint32_t slice_idx = opt_slice_idx.value(); in CreateFlowEventV1()