Home
last modified time | relevance | path

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

/external/webrtc/pc/
Drtc_stats_traversal_unittest.cc42 std::vector<std::string> start_ids; in TakeReferencedStats() local
43 start_ids.reserve(start_nodes.size()); in TakeReferencedStats()
45 start_ids.push_back(start_node->id()); in TakeReferencedStats()
47 result_ = webrtc::TakeReferencedStats(initial_report_, start_ids); in TakeReferencedStats()
/external/perfetto/src/trace_processor/prelude/table_functions/
Ddescendant.cc43 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId() local
45 start_ids.Append(constraint_id); in ExtendWithStartId()
47 std::move(start_ids)); in ExtendWithStartId()
Dancestor.cc81 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId() local
83 start_ids.Append(constraint_value); in ExtendWithStartId()
85 std::move(start_ids)); in ExtendWithStartId()
Dconnected_flow.cc252 ColumnStorage<uint32_t> start_ids; in ComputeTable() local
254 start_ids.Append(start_id.value); in ComputeTable()
257 flow, result_rows, std::move(start_ids)); in ComputeTable()