Home
last modified time | relevance | path

Searched refs:ParseMethodParamList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/cpp_target/
H A Dfail_output.txt3 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:19:5] error:expected '(' before 'void' token
8 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:20:5] error:expected '(' before 'boolean' token
13 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:21:5] error:expected '(' before 'byte' token
18 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:22:5] error:expected '(' before 'short' token
23 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:23:5] error:expected '(' before 'int' token
28 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:24:5] error:expected '(' before 'long' token
33 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:25:5] error:expected '(' before 'String' token
38 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:26:5] error:expected '(' before 'float' token
43 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:27:5] error:expected '(' before 'double' token
48 [IDL-GEN]: [ParseMethodParamList:820] [IFoo.idl:28:5] error:expected '(' before 'char' token
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/dump_ast_target/
H A Dfail_output.txt2 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:19:5] error:expected '(' before 'void' token
7 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:20:5] error:expected '(' before 'boolean' token
12 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:21:5] error:expected '(' before 'byte' token
17 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:22:5] error:expected '(' before 'short' token
22 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:23:5] error:expected '(' before 'int' token
27 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:24:5] error:expected '(' before 'long' token
32 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:25:5] error:expected '(' before 'String' token
37 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:26:5] error:expected '(' before 'float' token
42 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:27:5] error:expected '(' before 'double' token
47 [IDL-GEN]: [ParseMethodParamList:685] [IFoo.idl:28:5] error:expected '(' before 'char' token
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h104 void ParseMethodParamList(const AutoPtr<ASTMethod> &method);
H A Dparser.cpp541 ParseMethodParamList(method); in ParseMethod()
655 void Parser::ParseMethodParamList(const AutoPtr<ASTMethod> &method) in ParseMethodParamList() function in OHOS::HDI::Parser
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h122 void ParseMethodParamList(const AutoPtr<ASTMethod> &method);
H A Dparser.cpp696 ParseMethodParamList(method); in ParseMethod()
821 void Parser::ParseMethodParamList(const AutoPtr<ASTMethod> &method) in ParseMethodParamList() function in OHOS::Idl::Parser