Searched refs:get_static_funcs (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_cpptoc_impl.py | 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) + \ 399 if len(cls.get_static_funcs()) > 0: 400 content += make_cpptoc_static_function_impl(cls, cls.get_static_funcs(), defined_names)
|
H A D | make_ctocpp_impl.py | 173 result = ctocpp_make_static_param(cls, cls.get_static_funcs(), '') 348 result = ctocpp_make_function_body(cls, cls.get_static_funcs(), dir_name)
|
H A D | make_capi_header.py | 154 funcs = cls.get_static_funcs()
|
H A D | file_parser.py | 792 funcs = cls.get_static_funcs() 999 def get_static_funcs(self): member in obj_class 2122 funcs = cls.get_static_funcs()
|