Home
last modified time | relevance | path

Searched defs:gn_path (Results 1 – 2 of 2) sorted by relevance

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparse_include.py230 def processing_special_node(cursor, data, key, gn_path): # 处理需要特殊处理的节点 argument
282 def get_default_node_data(cursor, gn_path): argument
310 def parser_data_assignment(cursor, current_file, gn_path, comment=None, key=0): argument
342 def ast_to_dict(cursor, current_file, last_data, gn_path, comment=None, key=0): # 解析数据的整理 argument
492 def processing_ast_node(child, current_file, data, name, gn_path): argument
500 def preorder_travers_ast(cursor, comment, current_file, gn_path): # 获取属性 argument
557 def api_entrance(share_lib, include_path, gn_path, link_path): # 统计入口 argument
587 def get_include_file(include_file_path, link_path, gn_path): # 库路径、.h文件路径、链接头文件路径 argument
Dparser.py149 def get_result_table(json_files, abs_path, link_path, gn_path): # 进行处理,生成表格 argument