Home
last modified time | relevance | path

Searched refs:LazyHexString (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1301 public static LazyHexString<T> ToLazyHexString<T>(this IEnumerable<T> collection) in ToLazyHexString()
1303 return new LazyHexString<T>(collection); in ToLazyHexString()
1889 public class LazyHexString<T> class
1891 public LazyHexString(IEnumerable<T> collection) in LazyHexString() method in Antmicro.Renode.Utilities.LazyHexString