Searched refs:opcode_buffer (Results 1 – 1 of 1) sorted by relevance
138 char* opcode_buffer = reinterpret_cast<char*>(&buffer_->opcodes[0]); in PolicyRule() local139 char* next_opcode = &opcode_buffer[GetOpcodeCount() * sizeof(PolicyOpcode)]; in PolicyRule()