Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_names.py502 def strip_comments_and_literals(self, line, in_block_comment): argument
519 if in_block_comment:
522 in_block_comment = False
538 in_block_comment = True
541 return line, in_block_comment
578 in_block_comment = False
585 line, in_block_comment = \
586 self.strip_comments_and_literals(line, in_block_comment)