Home
last modified time | relevance | path

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

/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.cc342 Vector<WeightedRange> w_ranges; in build_current_trie() local
362 w_ranges.clear(); in build_current_trie()
366 w_ranges.push_back(make_weighted_range( in build_current_trie()
373 w_ranges.push_back(make_weighted_range( in build_current_trie()
376 std::stable_sort(w_ranges.begin(), w_ranges.end(), in build_current_trie()
381 num_l1_nodes_ = w_ranges.size(); in build_current_trie()
384 for (std::size_t i = 0; i < w_ranges.size(); ++i) { in build_current_trie()
385 WeightedRange &w_range = w_ranges[i]; in build_current_trie()