MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / size

Method size

Siv3D/src/Siv3D/MemoryReader/SivMemoryReader.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 int64 MemoryReader::size() const
36 {
37 return m_blob.size();
38 }
39
40 int64 MemoryReader::getPos() const
41 {

Callers 15

setPosMethod · 0.45
skipMethod · 0.45
readMethod · 0.45
lookaheadMethod · 0.45
GetCurrentMonitorFunction · 0.45
ModelDataMethod · 0.45
FromBinaryFunction · 0.45
FromTextFunction · 0.45
drawMethod · 0.45
onRead_S16_1chMethod · 0.45
onRead_S16_2chMethod · 0.45
onRead_F32_1chMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected