MCPcopy 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
492size_t HFile::size() const
493{
494 auto size = ::_filelength(m_handle);
495 if (size == -1)
496 ThrowLastError("_filelength");
497 return size;
498}
499
500void HFile::resize(size_t size)
501{

Callers 15

WriteStringZMethod · 0.45
MultiByteToWideCharFunction · 0.45
WideCharToMultiByteFunction · 0.45
AddMethod · 0.45
CountMethod · 0.45
CompressMethod · 0.45
DecompressMethod · 0.45
testLongStringFunction · 0.45
OutputFunction · 0.45
EndlessTestFunction · 0.45
UdpTestFunction · 0.45
GetProcessNameMethod · 0.45

Calls 1

ThrowLastErrorFunction · 0.85

Tested by 3

WriteStringZMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
RemoveLinesFromFileFunction · 0.36