Searched refs:node_ids_elem_t (Results 1 – 1 of 1) sorted by relevance
152 using node_ids_elem_t = std::pair<NodeId, InternalNodeId>; in SemistaticGraph() local153 using node_ids_t = std::vector<node_ids_elem_t, ArenaAllocator<node_ids_elem_t>>; in SemistaticGraph()154 node_ids_t node_ids = node_ids_t(ArenaAllocator<node_ids_elem_t>(memory_pool)); in SemistaticGraph()