Searched refs:GetStorageForBytes (Results 1 – 1 of 1) sorted by relevance
37 static STGMEDIUM* GetStorageForBytes(const void* data, size_t bytes);367 STGMEDIUM* storage = GetStorageForBytes(data.data(), data.size()); in SetPickledData()381 storage = GetStorageForBytes(file_contents.data(), file_contents.length()); in SetFileContents()393 STGMEDIUM* storage = GetStorageForBytes(cf_html.c_str(), cf_html.size()); in SetHtml()397 STGMEDIUM* storage_plain = GetStorageForBytes(utf8_html.c_str(), in SetHtml()875 static STGMEDIUM* GetStorageForBytes(const void* data, size_t bytes) { in GetStorageForBytes() function891 return GetStorageForBytes( in GetStorageForString()