Searched defs:temp_offsets (Results 1 - 2 of 2) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dtail.cc123 Vector<UInt32> temp_offsets; local
124 temp_offsets.resize(keys.size() + 1);
127 temp_offsets[i] = (UInt32)buf.size();
132 temp_offsets.back() = (UInt32)buf.size();
136 temp_offsets.swap(offsets);
165 Vector<UInt32> temp_offsets; local
166 temp_offsets.resize(pairs.size(), 1);
178 temp_offsets[cur.second] = (UInt32)(temp_offsets[last->second]
181 temp_offsets[cu
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtail.cc123 Vector<UInt32> temp_offsets; local
124 temp_offsets.resize(keys.size() + 1);
127 temp_offsets[i] = (UInt32)buf.size();
132 temp_offsets.back() = (UInt32)buf.size();
136 temp_offsets.swap(offsets);
165 Vector<UInt32> temp_offsets; local
166 temp_offsets.resize(pairs.size(), 1);
178 temp_offsets[cur.second] = (UInt32)(temp_offsets[last->second]
181 temp_offsets[cu
[all...]

Completed in 204 milliseconds