Home | History | Annotate | Download | only in src

Lines Matching refs:reader_

37     reader_.Init(&instructions_and_sizes_ptr_,
99 unsigned char found_inst = reader_.GetNextInstruction(&found_size,
150 VCDiffCodeTableReader reader_;
173 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
183 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
193 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
203 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
208 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
217 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
223 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
233 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
238 reader_.UnGetInstruction();
240 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
250 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
255 reader_.UnGetInstruction();
258 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
267 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
272 reader_.UnGetInstruction();
274 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
279 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
288 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
293 reader_.UnGetInstruction();
294 reader_.UnGetInstruction();
296 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
301 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
310 reader_.UnGetInstruction();
311 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
321 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
326 reader_.UnGetInstruction();
327 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
331 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
343 reader_.Init(&instructions_and_sizes_ptr_,
346 reader_.GetNextInstruction(&found_size_, &found_mode_));
349 reader_.Init(&instructions_and_sizes_ptr_,
351 EXPECT_EQ(VCD_ADD, reader_.GetNextInstruction(&found_size_, &found_mode_));
354 EXPECT_EQ(VCD_COPY, reader_.GetNextInstruction(&found_size_, &found_mode_));
358 reader_.GetNextInstruction(&found_size_, &found_mode_));
361 reader_.Init(&instructions_and_sizes_ptr_,
365 reader_.GetNextInstruction(&found_size_, &found_mode_));
368 reader_.Init(&instructions_and_sizes_ptr_,
370 EXPECT_EQ(VCD_ADD, reader_.GetNextInstruction(&found_size_, &found_mode_));
374 reader_.GetNextInstruction(&found_size_, &found_mode_));
377 reader_.Init(&instructions_and_sizes_ptr_,
379 EXPECT_EQ(VCD_COPY, reader_.GetNextInstruction(&found_size_, &found_mode_));
382 EXPECT_EQ(VCD_ADD, reader_.GetNextInstruction(&found_size_, &found_mode_));
386 reader_.GetNextInstruction(&found_size_, &found_mode_));
411 EXPECT_TRUE(reader_.UseCodeTable(*g_exercise_code_table_, kLastExerciseMode));