Home
last modified time | relevance | path

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

/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc1704 Node *prev_suffix_node = storage_->AllocNode(); in Insert() local
1707 split_next[0].set_node_index(storage_->GetNodeIndex(prev_suffix_node)); in Insert()
1711 prev_suffix_node->set_next_index(next_index); in Insert()
1715 prev_suffix_node->set_next_index(next_index); in Insert()
1719 prev_suffix_node->set_is_leaf(true); in Insert()
1720 prev_suffix_node->set_log2_num_children(0); in Insert()