Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DRange.cs33 public bool CanBeExpandedBy(Range range) in CanBeExpandedBy() method
67 if(!CanBeExpandedBy(range)) in Expand()
254 …r expandableRange in ranges.Where(collectionRange => collectionRange.CanBeExpandedBy(range)).ToArr… in Add()