Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ size
Method
size
Win32Lib/Win32Lib.cpp:492–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
}
491
492
size_t HFile::size() const
493
{
494
auto size = ::_filelength(m_handle);
495
if (size == -1)
496
ThrowLastError(
"_filelength"
);
497
return size;
498
}
499
500
void HFile::resize(size_t size)
501
{
Callers
15
WriteStringZ
Method · 0.45
MultiByteToWideChar
Function · 0.45
WideCharToMultiByte
Function · 0.45
Add
Method · 0.45
Count
Method · 0.45
Compress
Method · 0.45
Decompress
Method · 0.45
testLongString
Function · 0.45
Output
Function · 0.45
EndlessTest
Function · 0.45
UdpTest
Function · 0.45
GetProcessName
Method · 0.45
Calls
1
ThrowLastError
Function · 0.85
Tested by
3
WriteStringZ
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
RemoveLinesFromFile
Function · 0.36