Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
Ddfs_weight_bounded.cc186 const SqlValue& raw_source_ids = arguments[0]; in ComputeTable() local
193 if (raw_source_ids.is_null() && raw_dest_ids.is_null() && in ComputeTable()
204 if (raw_source_ids.is_null() || raw_dest_ids.is_null() || in ComputeTable()
211 if (raw_source_ids.type != SqlValue::kBytes) { in ComputeTable()
233 static_cast<const uint8_t*>(raw_source_ids.AsBytes()), in ComputeTable()
234 raw_source_ids.bytes_count); in ComputeTable()