Lines Matching refs:file_map
76 std::vector<TextChar>* full_text, std::vector<TextIdx>* file_map, in buildFullText() argument
78 file_map->resize(0); in buildFullText()
86 file_map->insert(file_map->end(), file.size() / CHUNK_SIZE, i); in buildFullText()
126 std::vector<std::vector<TextChar>>* data, std::vector<TextIdx>* file_map, in poisonData() argument
128 TextIdx f = file_map->at(pos / CHUNK_SIZE); in poisonData()
150 std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset) { in cutMatch() argument
156 sa->at(i), length, data, file_map, file_offset, next_terminator); in cutMatch()
160 sa->at(index), length, data, file_map, file_offset, next_terminator); in cutMatch()
212 std::vector<TextIdx> file_map; in DM_generate() local
227 buildFullText(&data, &full_text, &file_map, &file_offset, &next_terminator); in DM_generate()
248 size_t f = file_map[sa[i] / CHUNK_SIZE]; in DM_generate()
297 &next_terminator, &file_map, &file_offset); in DM_generate()