Home | History | Annotate | Download | only in history

Lines Matching full:snippet

21 int CompareMatchPosition(const Snippet::MatchPosition& mp1,
22 const Snippet::MatchPosition& mp2) {
29 bool SnippetIntersects(const Snippet::MatchPosition& mp1,
30 const Snippet::MatchPosition& mp2) {
37 Snippet::MatchPositions* matches) {
38 Snippet::MatchPosition& mp = (*matches)[index];
39 for (Snippet::MatchPositions::iterator i = matches->begin() + index + 1;
52 void CoalseAndSortMatchPositions(Snippet::MatchPositions* matches) {
80 Snippet::MatchPositions* match_positions) const;
91 Snippet::MatchPositions* match_positions) const {
96 Snippet::MatchPosition(match_start,
149 Snippet::MatchPositions* match_positions) const {
210 Snippet::MatchPositions* match_positions) const;
220 Snippet::MatchPositions* match_positions) const {
235 Snippet::MatchPosition(words[i].position,
294 Snippet::MatchPositions* match_positions) {
305 Snippet::MatchPositions matches;