Searched refs:flow_ids_array (Results 1 – 2 of 2) sorted by relevance
50 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids) { in CreateFlowIds() argument51 FlowIds flow_ids(&flow_ids_array[0], flow_ids_array + num_flow_ids); in CreateFlowIds()58 int* flow_ids_array = new int[size]; in CreateFlowIdRange() local60 flow_ids_array[i - initial_value] = i; in CreateFlowIdRange()62 return CreateFlowIds(flow_ids_array, size); in CreateFlowIdRange()
77 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids);