Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DIHasChildren.cs15 T TryGetByName(string name, out bool success); in TryGetByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DHostMachine.cs79 public IHostMachineElement TryGetByName(string name, out bool success) in TryGetByName()
DExternalsManager.cs192 IExternal IHasChildren<IExternal>.TryGetByName(string name, out bool success) in TryGetByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DWirelessMedium.cs84 public IMediumFunction TryGetByName(string name, out bool success) in TryGetByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs725 …IDictionary<string, object> ParseObject(char[] json, ref int index, ref bool success, ref int line) in ParseObject()
791 … protected static JsonArray ParseArray(char[] json, ref int index, ref bool success, ref int line) in ParseArray()
839 … protected static object ParseValue(char[] json, ref int index, ref bool success, ref int line) in ParseValue()
868 … protected static string ParseString(char[] json, ref int index, ref bool success, ref int line) in ParseString()
1008 … protected static object ParseNumber(char[] json, ref int index, ref bool success, ref int line) in ParseNumber()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeHandle.cs583 public void Interrupt(ref bool success, int millisecondsTimeout = Timeout.Infinite) in Interrupt()