Searched defs:defined_names (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_cpptoc_impl.py | 167 def make_cpptoc_function_impl(cls, name, func, defined_names): argument 245 def make_cpptoc_function_body(cls, funcs, prefix, defined_names): argument 282 def make_cpptoc_static_function_impl(cls, funcs, defined_names): argument 367 def cpptoc_make_c_function_body(cls, header, dir_name, defined_names): argument
|
H A D | make_capi_header.py | 27 def make_capi_static_funcs(funcs, indent, defined_names, translate_map): argument 47 def make_capi_class_funcs(funcs, indent, defined_names, translate_map): argument
|
H A D | file_parser.py | 2099 defined_names = header.get_defined_structs() variable
|