Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DInitAttribute.cs19 IsAdd = isAdd; in InitAttribute()
22 public bool IsAdd { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.InitAttribute
27 if(other.IsAdd) in Merge()