Home
last modified time | relevance | path

Searched refs:node_index_map (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.templates.h99 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()
Dsemistatic_graph.defn.h128 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()
Dsemistatic_graph.h67 SemistaticMap<NodeId, InternalNodeId> node_index_map; variable