Searched refs:command_packet (Results 1 – 2 of 2) sorted by relevance
36 const CommandPacket& command_packet = packet.command_packet(); in LLVMFuzzerTestOneInput() local38 const uint16_t opcode = command_packet.opcode(); in LLVMFuzzerTestOneInput()42 command_packet.opcode_command_field(); in LLVMFuzzerTestOneInput()46 const uint8_t opcode_group_field = command_packet.opcode_group_field(); in LLVMFuzzerTestOneInput()50 stream.Write(command_packet.parameters()).IgnoreError(); in LLVMFuzzerTestOneInput()
50 const CommandPacket& command_packet() const { in command_packet() function55 CommandPacket& command_packet() { in command_packet() function