kEmptyEndText 737 third_party/re2/re2/compile.cc f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f)); kEmptyEndText 840 third_party/re2/re2/compile.cc return EmptyWidth(reversed_ ? kEmptyEndText : kEmptyBeginText); kEmptyEndText 843 third_party/re2/re2/compile.cc return EmptyWidth(reversed_ ? kEmptyBeginText : kEmptyEndText); kEmptyEndText 1019 third_party/re2/re2/dfa.cc beforeflag |= kEmptyEndLine | kEmptyEndText; kEmptyEndText 487 third_party/re2/re2/nfa.cc flag |= kEmptyEndText | kEmptyEndLine; kEmptyEndText 546 third_party/re2/re2/nfa.cc if (ip->empty() & ~(kEmptyEndLine|kEmptyEndText)) { kEmptyEndText 274 third_party/re2/re2/prog.cc flags |= kEmptyEndText | kEmptyEndLine;