Lines Matching refs:copyValue
115 const void *copyValue = nullptr; in getInfo() local
121 copyValue = mInfo.profile.c_str(); in getInfo()
125 copyValue = mInfo.versionStr.c_str(); in getInfo()
129 copyValue = &mInfo.version; in getInfo()
133 copyValue = mInfo.name.c_str(); in getInfo()
137 copyValue = kVendor; in getInfo()
141 copyValue = mInfo.extensions.c_str(); in getInfo()
145 copyValue = mInfo.extensionsWithVersion.data(); in getInfo()
150 copyValue = &mInfo.hostTimerRes; in getInfo()
154 copyValue = kIcdSuffix; in getInfo()
170 if (copyValue != nullptr) in getInfo()
172 std::memcpy(value, copyValue, copySize); in getInfo()