Home
last modified time | relevance | path

Searched refs:HexMode8BitInt (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.h25 HexMode8BitInt, enumerator
H A DMemoryView.cpp55 fHexMode(HexMode8BitInt), in MemoryView()
741 case HexMode8BitInt: in _GetNextHexBlock()
1132 if (fHexMode != HexMode8BitInt) { in _SetupEditableData()
1133 fHexMode = HexMode8BitInt; in _SetupEditableData()
H A DInspectorWindow.cpp113 message->ReplaceInt32("mode", HexMode8BitInt); in _Init()