Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DSyntaxTreeHelpers.cs16 public static bool ScanFor(object objectToScan, IWithPosition objectToFind) in ScanFor() method in Antmicro.Renode.PlatformDescription.Syntax.SyntaxTreeHelpers
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1712 if(SyntaxTreeHelpers.ScanFor(description, element)) in GetElementSourceAndPath()