OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptyOp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
prog.h
62
enum
EmptyOp
{
92
void InitEmptyWidth(
EmptyOp
empty, uint32 out);
107
EmptyOp
empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; }
162
EmptyOp
empty_; // opcode == kInstEmptyWidth
/external/regex-re2/re2/
prog.h
62
enum
EmptyOp
{
92
void InitEmptyWidth(
EmptyOp
empty, uint32 out);
107
EmptyOp
empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; }
162
EmptyOp
empty_; // opcode == kInstEmptyWidth
Completed in 78 milliseconds