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

/external/chromium_org/third_party/re2/re2/
H A Donepass.cc182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) { function in namespace:re2
262 if ((cond & kEmptyAllFlags) == 0 || Satisfy(cond, context, p)) {
296 if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) {
324 ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p))) {
/external/regex-re2/re2/
H A Donepass.cc182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) { function in namespace:re2
262 if ((cond & kEmptyAllFlags) == 0 || Satisfy(cond, context, p)) {
296 if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) {
324 ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p))) {

Completed in 489 milliseconds