Home
last modified time | relevance | path

Searched defs:FindAllOccurrences (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DICodeViewer.cs31 void FindAllOccurrences(Ld65DbgImporter.SymbolInfo symbol); in FindAllOccurrences() method
32 void FindAllOccurrences(string text, bool matchWholeWord, bool matchCase); in FindAllOccurrences() method
H A DctrlFindOccurrences.cs26 public void FindAllOccurrences(string text, List<FindAllOccurrenceResult> results) in FindAllOccurrences() method in Mesen.GUI.Debugger.Controls.ctrlFindOccurrences
H A DctrlSourceViewer.cs419 public void FindAllOccurrences(SymbolInfo symbol) in FindAllOccurrences() method in Mesen.GUI.Debugger.Controls.ctrlSourceViewer
445 public void FindAllOccurrences(string text, bool matchWholeWord, bool matchCase) in FindAllOccurrences() method in Mesen.GUI.Debugger.Controls.ctrlSourceViewer
H A DctrlDebuggerCode.cs368 public void FindAllOccurrences(Ld65DbgImporter.SymbolInfo symbol) in FindAllOccurrences() method in Mesen.GUI.Debugger.ctrlDebuggerCode
373 public void FindAllOccurrences(string text, bool matchWholeWord, bool matchCase) in FindAllOccurrences() method in Mesen.GUI.Debugger.ctrlDebuggerCode