Searched defs:paraVec (Results 1 – 1 of 1) sorted by relevance
354 std::vector<int> ¶Vec) in SetVec()375 static napi_value GetSecPara(napi_env env, napi_value valData, std::vector<int> ¶Vec) in GetSecPara()406 std::vector<int> paraVec(2, 0); // 2: Specifies the size of the container to be applied for. in TextdecoderConstructor() local