Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ FieldDef
Method
FieldDef
Source/Structs/FieldDef.cpp:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"../GUI/GUICommon.h"
6
7
FieldDef::FieldDef()
8
{
9
m_structOffset = 0;
10
m_size = 0;
11
m_entry = new MemWatchEntry();
12
}
13
14
FieldDef::FieldDef(u32 offset, u32 size, bool is_padding)
15
{
Callers
nothing calls this directly
Calls
1
isPadding
Method · 0.80
Tested by
no test coverage detected