Searched refs:shv (Results 1 – 1 of 1) sorted by relevance
225 std::vector<short> shv; variable226 shv.emplace_back(111);227 shv.emplace_back(222);228 shv.emplace_back(333);229 want.SetParam(shortArrayType, shv);337 std::vector<short> shv; variable338 shv.emplace_back(111);339 shv.emplace_back(222);340 shv.emplace_back(333);341 dwant->SetParam(shortArrayType, shv);