Home
last modified time | relevance | path

Searched refs:temp (Results 1 - 2 of 2) sorted by relevance

/napi_generator/src/cli/dts2cpp/src/gen/extend/
H A Dtool_utility.js1231 auto temp = i->second;
1232 if (temp.type() == typeid(int32_t)) {
1233 tnv2 = SwapC2JsInt32(std::any_cast<int32_t>(temp));
1234 } else if (temp.type() == typeid(uint32_t)) {
1235 tnv2 = SwapC2JsUint32(std::any_cast<uint32_t>(temp));
1236 } else if (temp.type() == typeid(int64_t)) {
1237 tnv2 = SwapC2JsInt64(std::any_cast<int64_t>(temp));
1238 } else if (temp.type() == typeid(double_t)) {
1239 tnv2 = SwapC2JsDouble(std::any_cast<double_t>(temp));
1240 } else if (temp
[all...]
/napi_generator/examples/akitutorials/entry/src/main/cpp/
H A Dnapi_init.cpp121 uint8_t temp[4] = {10, 20, 30, 40}; in AsyncTaskReturnArrayBufferWithCommit() local
122 aki::ArrayBuffer arrayBufferOne(temp, TypeFlags.NUM); in AsyncTaskReturnArrayBufferWithCommit()

Completed in 2 milliseconds