Home
last modified time | relevance | path

Searched refs:is_at_new_instruction_block_ (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/test/
Dfile_test.cc98 is_at_new_instruction_block_ = false; in ReadNext()
135 is_at_new_instruction_block_ = true; in ReadNext()
361 return is_at_new_instruction_block_; in IsAtNewInstructionBlock()
Dfile_test.h219 bool is_at_new_instruction_block_ = false; variable