Searched refs:offset_iter (Results 1 – 2 of 2) sorted by relevance
34 std::vector<size_t>::const_iterator offset_iter = offsets.begin(); in ReplaceOffsetsInMatchPositions() local36 match_iter != match_positions.end(); ++match_iter, ++offset_iter) { in ReplaceOffsetsInMatchPositions()37 const size_t begin = *offset_iter; in ReplaceOffsetsInMatchPositions()38 ++offset_iter; in ReplaceOffsetsInMatchPositions()39 const size_t end = *offset_iter; in ReplaceOffsetsInMatchPositions()
74 std::vector<size_t>::const_iterator offset_iter = offsets.begin(); in ReplaceOffsetsInTermMatches() local76 term_iter != matches.end(); ++term_iter, ++offset_iter) { in ReplaceOffsetsInTermMatches()77 const size_t starting_offset = *offset_iter; in ReplaceOffsetsInTermMatches()78 ++offset_iter; in ReplaceOffsetsInTermMatches()79 const size_t ending_offset = *offset_iter; in ReplaceOffsetsInTermMatches()