Searched defs:success (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/ |
| D | IHasChildren.cs | 15 T TryGetByName(string name, out bool success); in TryGetByName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | HostMachine.cs | 79 public IHostMachineElement TryGetByName(string name, out bool success) in TryGetByName()
|
| D | ExternalsManager.cs | 192 IExternal IHasChildren<IExternal>.TryGetByName(string name, out bool success) in TryGetByName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | WirelessMedium.cs | 84 public IMediumFunction TryGetByName(string name, out bool success) in TryGetByName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/ |
| D | SimpleJson.cs | 725 …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/ |
| D | TimeHandle.cs | 583 public void Interrupt(ref bool success, int millisecondsTimeout = Timeout.Infinite) in Interrupt()
|