Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DPreLexer.cs149 switch(FindInLine(line, ref currentIndex)) in HandleComments()
210 private static FindResult FindInLine(string line, ref int currentIndex) in FindInLine() method in Antmicro.Renode.PlatformDescription.PreLexer