Searched refs:link_flags_ (Results 1 – 2 of 2) sorted by relevance
16 : louds_(), terminal_flags_(), link_flags_(), bases_(), extras_(), in LoudsTrie()86 if (link_flags_[state.node_id()]) { in reverse_lookup()180 if (link_flags_[next.node_id()]) { in predictive_search()214 + link_flags_.total_size() + bases_.total_size() in total_size()222 + terminal_flags_.io_size() + link_flags_.io_size() in io_size()236 link_flags_.swap(rhs.link_flags_); in swap()311 link_flags_.build(false, false); in build_trie()314 while (!link_flags_[node_id]) { in build_trie()338 link_flags_.push_back(false); in build_current_trie()346 const std::size_t node_id = link_flags_.size() - queue.size(); in build_current_trie()[all …]
67 BitVector link_flags_; variable