Home
last modified time | relevance | path

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

/external/webrtc/pc/
Drtc_stats_traversal_unittest.cc43 std::vector<std::string> start_ids; in TakeReferencedStats() local
44 start_ids.reserve(start_nodes.size()); in TakeReferencedStats()
46 start_ids.push_back(start_node->id()); in TakeReferencedStats()
48 result_ = webrtc::TakeReferencedStats(initial_report_, start_ids); in TakeReferencedStats()
/external/perfetto/src/trace_processor/dynamic/
Ddescendant_slice_generator.cc67 std::unique_ptr<NullableVector<uint32_t>> start_ids( in ComputeTable() local
70 start_ids->Append(start_id); in ComputeTable()
74 .ExtendWithColumn("start_id", std::move(start_ids), in ComputeTable()
Dconnected_flow_generator.cc236 std::unique_ptr<NullableVector<uint32_t>> start_ids( in ComputeTable() local
240 start_ids->Append(start_id.value); in ComputeTable()
245 .ExtendWithColumn("start_id", std::move(start_ids), in ComputeTable()