Searched refs:_write_function_call (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_psa_wrappers.py | 154 def _write_function_call(self, out: typing_util.Writable, member in PSAWrapperGenerator 164 super()._write_function_call(out, function, argument_names)
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_wrapper_generator.py | 161 def _write_function_call(self, out: typing_util.Writable, member in Base 198 self._write_function_call(out, function, argument_names) 471 self._write_function_call(out, function, argument_names)
|