Searched refs:TryGetBytesForInt (Results 1 – 1 of 1) sorted by relevance
95 if(v.TryGetBytesForInt(8, out var bytes)) in operator ulong()109 if(v.TryGetBytesForInt(4, out var bytes)) in operator uint()128 if(v.TryGetBytesForInt(2, out var bytes)) in operator ushort()147 if(v.TryGetBytesForInt(1, out var bytes)) in operator byte()167 private bool TryGetBytesForInt(int size, out byte[] bytes) in TryGetBytesForInt() method