kEmptyEndLine 435 third_party/re2/re2/compile.cc if (empty & (kEmptyBeginLine|kEmptyEndLine)) kEmptyEndLine 834 third_party/re2/re2/compile.cc return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine); kEmptyEndLine 837 third_party/re2/re2/compile.cc return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine); kEmptyEndLine 1013 third_party/re2/re2/dfa.cc beforeflag |= kEmptyEndLine; kEmptyEndLine 1019 third_party/re2/re2/dfa.cc beforeflag |= kEmptyEndLine | kEmptyEndText; kEmptyEndLine 487 third_party/re2/re2/nfa.cc flag |= kEmptyEndText | kEmptyEndLine; kEmptyEndLine 489 third_party/re2/re2/nfa.cc flag |= kEmptyEndLine; kEmptyEndLine 546 third_party/re2/re2/nfa.cc if (ip->empty() & ~(kEmptyEndLine|kEmptyEndText)) { kEmptyEndLine 274 third_party/re2/re2/prog.cc flags |= kEmptyEndText | kEmptyEndLine; kEmptyEndLine 276 third_party/re2/re2/prog.cc flags |= kEmptyEndLine;