Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs56 public bool TryGetEntry(byte protectedIdentifier, out ILINEntry entry) in TryGetEntry() method in Antmicro.Renode.Utilities.LINDecoder
70 if(TryGetEntry(protectedIdentifier, out var entry)) in GetEntry()