Lines Matching full:argvalues
104 std::unique_ptr<uint64_t[]> argValues(arg_count > 0 ? new uint64_t[arg_count] : nullptr);108 argValues[i] = request->ReadValue(width);110 argValues[i]);120 argValues.get(), argTypes.get(), options);124 argValues.release();