Searched refs:_write_function_call (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
H A 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)
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/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)
|