Searched refs:start_ids (Results 1 – 4 of 4) sorted by relevance
42 std::vector<std::string> start_ids; in TakeReferencedStats() local43 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()
43 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId() local45 start_ids.Append(constraint_id); in ExtendWithStartId()47 std::move(start_ids)); in ExtendWithStartId()
81 ColumnStorage<ConstraintType> start_ids; in ExtendWithStartId() local83 start_ids.Append(constraint_value); in ExtendWithStartId()85 std::move(start_ids)); in ExtendWithStartId()
252 ColumnStorage<uint32_t> start_ids; in ComputeTable() local254 start_ids.Append(start_id.value); in ComputeTable()257 flow, result_rows, std::move(start_ids)); in ComputeTable()