Lines Matching refs:all
1 // Copyright 2007 The RE2 Authors. All Rights Reserved.
36 // Patches all the entries on l to have value v.
66 // Patches all the entries on l to have value v.
129 // string backward (reverses all concatenations).
132 // Compiles alternation of all the re to a new Prog.
204 // Returns the alternation of all the added suffixes.
318 // To run backward over string, reverse all concatenations.
813 // If this range contains all of A-Za-z or none of it,
988 // to run over the input string backward (reverses all concatenations).
1017 Frag all = c.Cat(f, c.Match(0));
1018 c.prog_->set_start(all.begin);
1032 Frag unanchored = c.Cat(c.DotStar(), all);
1099 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_);
1107 all = c.Cat(c.DotStar(), all);
1110 c.prog_->set_start(all.begin);
1111 c.prog_->set_start_unanchored(all.begin);