Home
last modified time | relevance | path

Searched defs:res (Results 1 – 20 of 20) sorted by relevance

/napi_generator/src/intellij_plugin/ohosgen/src/main/java/grammar/
DParseObj.java59 public void setEnumList(List<EnumObj> res) { in setEnumList()
68 public void setUnionList(List<UnionObj> res) { in setUnionList()
77 public void setStructList(List<StructObj> res) { in setStructList()
86 public void setClassList(List<ClassObj> res) { in setClassList()
95 public void setFuncList(List<FuncObj> res) { in setFuncList()
104 public void setTypeList(List<TypeObj> res) { in setTypeList()
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
Dnapicoercetonumber.cpp47 std::string res = "Failed to coerce to number. em = " + std::string(errorMessage) + in testNapiCoerceToNumber() local
59 std::string res = "Expected a number, got " + std::to_string(resultType); in testNapiCoerceToNumber() local
Dnapicoercetobool.cpp47 std::string res = "Failed to coerce to bool. em = " + std::string(errorMessage) + in testNapiCoerceToBool() local
59 std::string res = "Expected a boolean, got " + std::to_string(resultType); in testNapiCoerceToBool() local
Dnapicoercetoobject.cpp47 std::string res = "Failed to coerce to object. em = " + std::string(errorMessage) + in testNapiCoerceToObject() local
59 std::string res = "Expected an object, got " + std::to_string(resultType); in testNapiCoerceToObject() local
Dnapicoercetostring.cpp47 std::string res = "Failed to coerce to string. em = " + std::string(errorMessage) + in testNapiCoerceToString() local
59 std::string res = "Expected a string, got " + std::to_string(resultType); in testNapiCoerceToString() local
/napi_generator/src/vscode_plugin/src/test/suite/gen/
Dgendts.test.ts85 let res = true; variable
109 let res = true; variable
Dgendtstranskey.test.ts2394 let res = true; variable
Dgendtsunion.test.ts2282 let res = true; variable
Dgendtsenum.test.ts977 let res = true; variable
Dgendtsfunction.test.ts430 let res = true; variable
547 let res = true; variable
Dgendtsclasses.test.ts891 let res = true; variable
1043 let res = true; variable
Dgendtsstructs.test.ts666 let res = true; variable
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsoncase.cpp31 napi_value res; in cJSONVersion() local
Dcjsoncommon.cpp32 std::string res = "Failed to " + myInfo + " em = " + errorMessage + in getErrMessage() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
Dnapiextendederrorinfo.cpp58 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in testNapiExterrinfo() local
Dnapithreadsafefuncall.cpp75 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncall() local
Dnapithreadsafefunc.cpp75 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefunc() local
Dnapithreadsafefuncrel.cpp76 … std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncrel() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/
Dcommon.cpp29 …std::string res = "Failed to " + myInfo + " em = " + std::to_string(extended_error_info->engine_er… in getErrMsg() local
/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/typescript/
DTypeScriptCustomListener.java569 String res = ctx.formalParameterList().getText(); in enterConstructorDeclaration() local
577 String res = ctx.toString(); in enterMethodProperty() local
973 String res = ""; in enterEnumDeclaration() local