Home
last modified time | relevance | path

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

/external/brotli/research/
Ddeorummolae.cc76 std::vector<TextChar>* full_text, std::vector<TextIdx>* file_map, in buildFullText() argument
80 full_text->resize(0); in buildFullText()
82 file_offset->push_back(full_text->size()); in buildFullText()
85 full_text->insert(full_text->end(), file.begin(), file.end()); in buildFullText()
88 if (false) remapTerminators(full_text, next_terminator); in buildFullText()
211 std::vector<TextChar> full_text; in DM_generate() local
227 buildFullText(&data, &full_text, &file_map, &file_offset, &next_terminator); in DM_generate()
228 sa.resize(full_text.size()); in DM_generate()
230 saisxx(full_text.data(), reinterpret_cast<TextSaIdx*>(sa.data()), in DM_generate()
231 static_cast<TextChar>(full_text.size()), next_terminator); in DM_generate()
[all …]