Home | History | Annotate | Download | only in re2

Lines Matching full:word_boundary_

573       word_boundary_(false),
620 bool word_boundary() const { return word_boundary_; }
621 void set_word_boundary(bool b) { word_boundary_ = b; }
637 word_boundary_ = src.word_boundary_;
654 bool word_boundary_;