Searched refs:frame_nodes (Results 1 – 1 of 1) sorted by relevance
141 std::unordered_map<string, int> frame_nodes; in CreateCycleDetectionGraph() local145 auto GetOrAddFrameNodeId = [&frame_nodes, cycles](const string& frame_name) { in CreateCycleDetectionGraph()146 int& frame_id = frame_nodes.emplace(frame_name, -1).first->second; in CreateCycleDetectionGraph()