Searched refs:OPCODE_EVAL (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | policy_engine_opcodes.cc | 435 #define OPCODE_EVAL(op, x, y, z) case op: return OpcodeEval<op>(x, y, z) macro 440 OPCODE_EVAL(OP_ALWAYS_FALSE, this, parameters, match); in EvaluateHelper() 441 OPCODE_EVAL(OP_ALWAYS_TRUE, this, parameters, match); in EvaluateHelper() 442 OPCODE_EVAL(OP_NUMBER_MATCH, this, parameters, match); in EvaluateHelper() 443 OPCODE_EVAL(OP_ULONG_MATCH_RANGE, this, parameters, match); in EvaluateHelper() 444 OPCODE_EVAL(OP_WSTRING_MATCH, this, parameters, match); in EvaluateHelper() 445 OPCODE_EVAL(OP_ULONG_AND_MATCH, this, parameters, match); in EvaluateHelper() 446 OPCODE_EVAL(OP_ACTION, this, parameters, match); in EvaluateHelper() 452 #undef OPCODE_EVAL
|