Home | History | Annotate | Download | only in re2

Lines Matching defs:Anchor

173   // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind,
300 Anchor anchor, MatchKind kind,
313 Anchor anchor, MatchKind kind,
334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
342 bool anchor_start_; // regexp has explicit start anchor
343 bool anchor_end_; // regexp has explicit end anchor