Searched refs:_write_function_call (Results 1 - 2 of 2) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
H A 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)
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_wrapper_generator.py | 161 def _write_function_call(self, out: typing_util.Writable, function 198 self._write_function_call(out, function, argument_names) 471 self._write_function_call(out, function, argument_names)
|
Completed in 2 milliseconds