Searched refs:floatVector (Results 1 – 3 of 3) sorted by relevance
43 std::vector<float> floatVector; in DoSomethingInterestingWithMyAPI() local44 want->SetParam(key, floatVector); in DoSomethingInterestingWithMyAPI()
150 std::vector<float> floatVector; in DoSomethingInterestingWithMyApiDistributedWant006() local151 want->SetParam(key, floatVector); in DoSomethingInterestingWithMyApiDistributedWant006()
1251 std::vector<float> floatVector; in JS_readFloatArrayBuffer() local1252 if (!napiSequence->nativeParcel_->ReadFloatVector(&floatVector)) { in JS_readFloatArrayBuffer()1256 size_t bufferSize = floatVector.size() * BYTE_SIZE_32; in JS_readFloatArrayBuffer()1257 return JS_CopyVectorToBuffer(env, floatVector, bufferSize); in JS_readFloatArrayBuffer()