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.cc101 is_at_new_instruction_block_ = false; in ReadNext()
145 is_at_new_instruction_block_ = true; in ReadNext()
400 return is_at_new_instruction_block_; in IsAtNewInstructionBlock()
Dfile_test.h239 bool is_at_new_instruction_block_ = false; variable