Searched defs:kEmptyShift (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Donepass.cc159 static const int kEmptyShift = 6; // number of empty flags in prog.h member in namespace:re2
160 static const int kRealCapShift = kEmptyShift + 1;
167 static const uint32 kMatchWins = 1 << kEmptyShift;
175 COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags,
/external/regex-re2/re2/
H A Donepass.cc159 static const int kEmptyShift = 6; // number of empty flags in prog.h member in namespace:re2
160 static const int kRealCapShift = kEmptyShift + 1;
167 static const uint32 kMatchWins = 1 << kEmptyShift;
175 COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags,

Completed in 107 milliseconds