Searched refs:data_paths (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dsent/model/optical_graph/
H A DOpticalGraph.cc77 const vector<OpticalDataPath>* data_paths = wavelength->getDataPaths(); local
78 for (unsigned int i = 0; i < data_paths->size(); ++i)
80 const OpticalDataPath& data_path = data_paths->at(i);

Completed in 4 milliseconds