Home
last modified time | relevance | path

Searched refs:PatchEntry (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DPatchEngine.h23 struct PatchEntry struct
25 PatchEntry() = default;
26 PatchEntry(PatchType t, u32 addr, u32 value_) : type(t), address(addr), value(value_) {} in PatchEntry() function
35 std::vector<PatchEntry> entries; argument
H A DPatchEngine.cpp104 PatchEntry pE; in LoadPatchSection()
190 for (const PatchEntry& entry : patch.entries) in ApplyPatches()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/
H A DNewPatchDialog.h15 struct PatchEntry;
36 QGroupBox* CreateEntry(PatchEngine::PatchEntry& entry);
H A DNewPatchDialog.cpp87 static bool PatchEq(const PatchEngine::PatchEntry& a, const PatchEngine::PatchEntry& b) in PatchEq()
101 QGroupBox* NewPatchDialog::CreateEntry(PatchEngine::PatchEntry& entry) in CreateEntry()
175 [entry](const PatchEngine::PatchEntry& e) { return PatchEq(e, entry); })); in CreateEntry()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/fastdeploy/deploypatchgenerator/
H A Ddeploy_patch_generator.cpp98 struct PatchEntry { struct
103 static void WritePatchEntry(const PatchEntry& patchEntry, borrowed_fd input, borrowed_fd output, in WritePatchEntry() argument
142 PatchEntry patchEntry; in GeneratePatch()
/dports/emulators/hugo/hugo-2.12/
H A Dpce.h277 } PatchEntry; typedef
314 PatchEntry *patch;
H A Dhcd.c397 (PatchEntry *) malloc (sizeof (PatchEntry) in fill_HCD_info()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs2752 protected struct PatchEntry struct in Ice.InputStream.EncapsDecoder
2754 public PatchEntry(System.Action<Value> cb, int classGraphDepth) in PatchEntry() argument
2923 _patchMap = new Dictionary<int, LinkedList<PatchEntry>>(); in addPatchEntry()
2931 LinkedList<PatchEntry> l; in addPatchEntry()
2938 l = new LinkedList<PatchEntry>(); in addPatchEntry()
2945 l.AddLast(new PatchEntry(cb, _classGraphDepth)); in addPatchEntry()
2966 LinkedList<PatchEntry> l; in unmarshal()
2974 foreach(PatchEntry entry in l) in unmarshal()
3043 protected Dictionary<int, LinkedList<PatchEntry>> _patchMap;
3338 LinkedList<PatchEntry> l; in readInstance()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs2752 protected struct PatchEntry struct in Ice.InputStream.EncapsDecoder
2754 public PatchEntry(System.Action<Value> cb, int classGraphDepth) in PatchEntry() method
2923 _patchMap = new Dictionary<int, LinkedList<PatchEntry>>(); in addPatchEntry()
2931 LinkedList<PatchEntry> l; in addPatchEntry()
2938 l = new LinkedList<PatchEntry>(); in addPatchEntry()
2945 l.AddLast(new PatchEntry(cb, _classGraphDepth)); in addPatchEntry()
2966 LinkedList<PatchEntry> l; in unmarshal()
2974 foreach(PatchEntry entry in l) in unmarshal()
3043 protected Dictionary<int, LinkedList<PatchEntry>> _patchMap;
3338 LinkedList<PatchEntry> l; in readInstance()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DInputStream.cs2752 protected struct PatchEntry struct in Ice.InputStream.EncapsDecoder
2754 public PatchEntry(System.Action<Value> cb, int classGraphDepth) in PatchEntry() argument
2923 _patchMap = new Dictionary<int, LinkedList<PatchEntry>>(); in addPatchEntry()
2931 LinkedList<PatchEntry> l; in addPatchEntry()
2938 l = new LinkedList<PatchEntry>(); in addPatchEntry()
2945 l.AddLast(new PatchEntry(cb, _classGraphDepth)); in addPatchEntry()
2966 LinkedList<PatchEntry> l; in unmarshal()
2974 foreach(PatchEntry entry in l) in unmarshal()
3043 protected Dictionary<int, LinkedList<PatchEntry>> _patchMap;
3338 LinkedList<PatchEntry> l; in readInstance()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DInputStream.h1279 struct PatchEntry struct
1285 typedef std::vector<PatchEntry> PatchList; argument
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DInputStream.h1279 struct PatchEntry struct
1285 typedef std::vector<PatchEntry> PatchList; argument
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DInputStream.h1279 struct PatchEntry struct
1285 typedef std::vector<PatchEntry> PatchList; argument
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DInputStream.cpp1851 PatchEntry e; in addPatchEntry()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DInputStream.cpp1851 PatchEntry e; in addPatchEntry()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DInputStream.cpp1851 PatchEntry e; in addPatchEntry()