Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.templates.h152 using node_ids_elem_t = std::pair<NodeId, InternalNodeId>; in SemistaticGraph() local
153 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()