decodetable_test.cc | 99 unsigned char found_inst = reader_.GetNextInstruction(&found_size, local 101 EXPECT_EQ(inst, found_inst); 173 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 175 EXPECT_EQ(VCD_ADD, found_inst); 183 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 185 EXPECT_EQ(VCD_RUN, found_inst); 193 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 195 EXPECT_EQ(VCD_COPY, found_inst); 203 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 205 EXPECT_EQ(VCD_ADD, found_inst); 217 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 233 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 250 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 267 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 288 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 311 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local 321 unsigned char found_inst = reader_.GetNextInstruction(&found_size_, local [all...] |