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