Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs218 private bool TryGetSymbol(Symbol symbol, out Symbol outSymbol) in TryGetSymbol() method in Antmicro.Renode.Core.SymbolLookup
236 if(TryGetSymbol(symbol, out candidate)) in RemoveSymbolFromNameLookup()
280 if(symbolSet.TryGetSymbol(symbol, out outSymbol)) in GetUnique()