Home
last modified time | relevance | path

Searched defs:res (Results 1 - 12 of 12) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
H A Dcjsoncase.cpp31 napi_value res; in cJSONVersion() local
H A Dcjsoncommon.cpp32 std::string res = "Failed to " + myInfo + " em = " + errorMessage + in getErrMessage() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
H A 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
H A 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
H A 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
H A 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
/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
H A Dnapiextendederrorinfo.cpp58 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in testNapiExterrinfo() local
H A Dnapithreadsafefuncall.cpp75 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefuncall() local
H A Dnapithreadsafefunc.cpp75 std::string res = "Failed to create threadsafe function em = " + std::string(errorMessage) + in setThreadsafefunc() local
H A 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/
H A Dcommon.cpp29 std::string res = "Failed to " + myInfo + " em = " + std::to_string(extended_error_info->engine_error_code) + in getErrMsg() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsobjectwrap/
H A Dnapiwrap.cpp59 std::string res = "Expected a string, got " + std::to_string(resultType); in testNapiWrap() local

Completed in 6 milliseconds