kEmptyAllFlags 175 third_party/re2/re2/onepass.cc COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags, kEmptyAllFlags 184 third_party/re2/re2/onepass.cc if (cond & kEmptyAllFlags & ~satisfied) kEmptyAllFlags 262 third_party/re2/re2/onepass.cc if ((cond & kEmptyAllFlags) == 0 || Satisfy(cond, context, p)) { kEmptyAllFlags 292 third_party/re2/re2/onepass.cc if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0) kEmptyAllFlags 296 third_party/re2/re2/onepass.cc if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) { kEmptyAllFlags 324 third_party/re2/re2/onepass.cc ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p))) {