Home
last modified time | relevance | path

Searched refs:parse_type (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dparse_using.py20 from parse_arguments import parse_type namespace
37 value = parse_type(data[var_start:var_end].strip(" ;="))
H A Dparse_arguments.py20 - parse_type
39 def parse_type(data: str) -> dict: function
170 res["type"] = parse_type(arg[: name_start + 1])
172 res["type"] = parse_type(arg)
H A Dparse_method.py27 from parse_arguments import parse_arguments, parse_type namespace
109 res["return_type"] = parse_type(data[start:start_of_function_name].strip(" \n"))
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
H A Dvalue_dumper.rb24 def parse_type(str) method in ESChecker.ValueDumper

Completed in 2 milliseconds