Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ ReadInt32
Method
ReadInt32
BeefySysLib/DataStream.cpp:38–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
int32 DataStream::ReadInt32()
39
{
40
int32 anInt32;
41
Read(&anInt32, sizeof(int32));
42
if (mBigEndian)
43
return FromBigEndian(anInt32);
44
return anInt32;
45
}
46
47
int64 Beefy::DataStream::ReadInt64()
48
{
Callers
10
ReadIdString
Method · 0.80
ReadPSDValue
Method · 0.80
ReadPSDDescriptor
Method · 0.80
ReadExtraInfo
Method · 0.80
Init
Method · 0.80
ReadFile
Method · 0.80
ReadBFFile
Method · 0.80
LoadTexture
Method · 0.80
TryLoadPDB
Method · 0.80
Read
Method · 0.80
Calls
2
Read
Function · 0.85
FromBigEndian
Function · 0.85
Tested by
no test coverage detected