Searched refs:doubleVector (Results 1 – 4 of 4) sorted by relevance
52 std::vector<double> doubleVector; in DoSomethingInterestingWithMyAPI() local53 want->SetParam(key, doubleVector); in DoSomethingInterestingWithMyAPI()
134 std::vector<double> doubleVector; in DoSomethingInterestingWithMyApiDistributedWant005() local135 want->SetParam(key, doubleVector); in DoSomethingInterestingWithMyApiDistributedWant005()
363 auto doubleVector = std::get<std::vector<double>>(pValue.value_); in NativeValueToCValueType() local364 v.doubleArray = VectorToDoubleArray(doubleVector, code); in NativeValueToCValueType()
1262 std::vector<double> doubleVector; in JS_readDoubleArrayBuffer() local1263 if (!napiSequence->nativeParcel_->ReadDoubleVector(&doubleVector)) { in JS_readDoubleArrayBuffer()1267 size_t bufferSize = doubleVector.size() * BYTE_SIZE_64; in JS_readDoubleArrayBuffer()1268 return JS_CopyVectorToBuffer(env, doubleVector, bufferSize); in JS_readDoubleArrayBuffer()