HomeSort by relevance Sort by last modified time
    Searched refs:temp_units (Results 1 - 2 of 2) sorted by null

  /external/marisa-trie/lib/marisa/
intvector.cc 31 Vector<UInt32> temp_units; local
32 temp_units.resize(new_size, 0);
33 units_.swap(&temp_units);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 31 Vector<UInt32> temp_units; local
32 temp_units.resize(new_size, 0);
33 units_.swap(&temp_units);

Completed in 795 milliseconds