Home
last modified time | relevance | path

Searched refs:funcs_body (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_ctocpp_header.py81 funcs_body = make_functions_body(cls, header) variable
84 if funcs_body.find('std::map') > 0 or funcs_body.find('std::multimap') > 0:
86 if funcs_body.find('std::vector') > 0:
97 content += make_file_base.make_class_define(cls, 'CToCpp', result['base_name'], class_name, funcs_body)
H A Dmake_file_base.py103 def make_class_define(cls, ident, base_class, class_name, funcs_body):
111 if len(funcs_body) != 0:
112 content += funcs_body

Completed in 2 milliseconds