Searched refs:offsets_string (Results 1 – 2 of 2) sorted by relevance
228 const std::string offsets_string; in TEST() member245 Snippet::ExtractMatchPositions(data[i].offsets_string, "0", &matches); in TEST()
561 (lines_at_time, offsets_string) = subtest_data.split('_')562 offsets = offsets_string.split(',').map! {|x| x.to_i }