Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/
Dcode_size_compare.py477 class CodeSizeGeneratorWithSize(CodeSizeGenerator): class
518 size_record[data[5]] = CodeSizeGeneratorWithSize.SizeEntry(
539 size_record[data[0]] = CodeSizeGeneratorWithSize.SizeEntry(
607 old_size: typing.Optional[CodeSizeGeneratorWithSize.SizeEntry],
608 new_size: typing.Optional[CodeSizeGeneratorWithSize.SizeEntry],
657 CodeSizeGeneratorWithSize.SizeEntry]]
764 return CodeSizeGeneratorWithSize(self.logger)