Home
last modified time | relevance | path

Searched refs:EnabledExecOptions (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/util/
Dpcre.h218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag enumerator
Dpcre.cc63 if (options & ~(EnabledCompileOptions | EnabledExecOptions)) { in Init()