Searched refs:node_index_map (Results 1 – 3 of 3) sorted by relevance
99 node_index_map = SemistaticMap<NodeId, InternalNodeId>( in SemistaticGraph()121 NodeData& nodeData = *nodeAtId(node_index_map.at(i->getId())); in SemistaticGraph()128 InternalNodeId other_node_id = node_index_map.at(*j); in SemistaticGraph()156 if (x.node_index_map.find(i->getId()) == nullptr) { in SemistaticGraph()161 if (x.node_index_map.find(*j) == nullptr) { in SemistaticGraph()180 node_index_map = SemistaticMap<NodeId, InternalNodeId>(x.node_index_map, std::move(node_ids)); in SemistaticGraph()198 NodeData& nodeData = *nodeAtId(node_index_map.at(i->getId())); in SemistaticGraph()205 InternalNodeId otherNodeId = node_index_map.at(*j); in SemistaticGraph()
128 InternalNodeId internalNodeId = node_index_map.at(nodeId); in at()135 const InternalNodeId* internalNodeIdPtr = node_index_map.find(nodeId); in find()149 const InternalNodeId* internalNodeIdPtr = node_index_map.find(nodeId); in find()
67 SemistaticMap<NodeId, InternalNodeId> node_index_map; variable