Searched refs:ObjectValue (Results 1 – 4 of 4) sorted by relevance
15 public class ObjectValue : Value, IInitable class17 public ObjectValue(StringWithPosition typeName, IEnumerable<Attribute> attributes) in ObjectValue() method in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue
175 public static readonly Parser<ObjectValue> ObjectValue = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar179 … select new ObjectValue(typeName, attributes.GetOrElse(new Attribute[0]))).Named("inline object");189 .XOr(ObjectValue)
42 objectValueUpdateQueue = new Queue<ObjectValue>(); in CreationDriver()43 objectValueInitQueue = new Queue<ObjectValue>(); in CreationDriver()438 var objectRegPoint = registrationPoint as ObjectValue; in ProcessEntryPreMerge()560 SyntaxTreeHelpers.VisitSyntaxTree<ObjectValue>(entry, objectValue => in ProcessEntryPostMerge()595 private object CreateFromObjectValue(ObjectValue value) in CreateFromObjectValue()676 var objectValue = attribute.Value as ObjectValue; in PrepareConstructorParameters()955 var objectRegPoint = registrationInfo.RegistrationPoint as ObjectValue; in TryRegisterFromEntry()1061 var objectValue = ctorOrPropertyAttribute.Value as ObjectValue; in ValidateAttributePreMerge()1201 var objectValue = attribute.Value as ObjectValue; in ValidateProperty()1235 …IEnumerable<Type> ValidateObjectValue(string friendlyName, Type[] typesToAssign, ObjectValue value) in ValidateObjectValue()[all …]
378 …var objectValue = ((ObjectValue)((ConstructorOrPropertyAttribute)result.Value.Entries.Single().Att… in ShouldParseObjectValue()