Searched refs:num_l1_nodes_ (Results 1 – 2 of 2) sorted by relevance
17 tail_(), next_trie_(), cache_(), cache_mask_(0), num_l1_nodes_(0), in LoudsTrie()95 if (state.node_id() <= num_l1_nodes_) { in reverse_lookup()243 marisa::swap(num_l1_nodes_, rhs.num_l1_nodes_); in swap()381 num_l1_nodes_ = w_ranges.size(); in build_current_trie()552 num_l1_nodes_ = temp_num_l1_nodes; in map_()578 num_l1_nodes_ = temp_num_l1_nodes; in read_()598 writer.write((UInt32)num_l1_nodes_); in write_()744 if (node_id <= num_l1_nodes_) { in restore_()794 if (node_id <= num_l1_nodes_) { in match_()840 if (node_id <= num_l1_nodes_) { in prefix_match_()
74 std::size_t num_l1_nodes_; variable