Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DSerializationProvider.cs30 public T DeepClone<T>(T obj) in DeepClone()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIrqEnd.cs28 public override bool Equals(object obj) in Equals()
DSyntaxTreeHelpers.cs89 … private static bool ApplyFilter(object obj, bool isEntryChild, Func<object, bool, bool> filter) in ApplyFilter() argument
DGrammar.cs429 public static Parser<T> MakeKeyword<T>(string keyword, T obj) in MakeKeyword()