Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1608 private bool ParameterNameMatches(string given, ParameterInfo info, bool silent = false) in ParameterNameMatches()
1613 private bool TypeNameMatches(string given, Type type, bool silent = false) in TypeNameMatches()
1618 …private bool NameOrAliasMatches(string given, string name, string typeClass, NameAliasAttribute al… in NameOrAliasMatches()