Searched refs:start_ids (Results 1 – 3 of 3) sorted by relevance
43 std::vector<std::string> start_ids; in TakeReferencedStats() local44 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()
67 std::unique_ptr<NullableVector<uint32_t>> start_ids( in ComputeTable() local70 start_ids->Append(start_id); in ComputeTable()74 .ExtendWithColumn("start_id", std::move(start_ids), in ComputeTable()
236 std::unique_ptr<NullableVector<uint32_t>> start_ids( in ComputeTable() local240 start_ids->Append(start_id.value); in ComputeTable()245 .ExtendWithColumn("start_id", std::move(start_ids), in ComputeTable()