Searched refs:make_cpptoc_function_body (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_cpptoc_impl.py | 245 def make_cpptoc_function_body(cls, funcs, prefix, defined_names): function 370 result = make_cpptoc_function_body(cls, funcs, prefix, defined_names) 372 result = make_cpptoc_function_body(cls, cls.get_static_funcs(), '', defined_names) + \ 376 result = make_cpptoc_function_body(cls, cls.get_static_funcs(), '', defined_names) + \
|