Searched refs:OP_END_OF_SENTENCE (Results 1 – 4 of 4) sorted by relevance
249 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()252 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()256 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()260 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()265 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()270 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()275 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()278 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()281 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()284 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()[all …]
35 #define OP_END_OF_SENTENCE std::string(1, '\x31') macro
604 OP_END_OF_SENTENCE + in TEST()
77 {"break;", OP_STOP_EXECUTING_SENTENCE + OP_END_OF_SENTENCE}}; in TEST()99 OP_STORE_BOOL(GetHash("x"), VALUE_TRUE) + OP_END_OF_SENTENCE + in TEST()101 OP_STORE_HASH(GetHash("y"), GetHash("1")) + OP_END_OF_SENTENCE; in TEST()