Searched defs:from_bytes (Results 1 – 6 of 6) sorted by relevance
63 pub fn from_bytes(data: &'a [u8]) -> Option<Self> { in from_bytes() method
41 pub fn from_bytes(data: &[u8]) -> Result<Self, Option<Code>> { in from_bytes() method
63 pub fn from_bytes(data: &[u8]) -> Result<Self, Option<OpCode>> { in from_bytes() method
44 fn from_bytes(bytes: &[u8]) -> Option<Self> { in from_bytes() method98 fn from_bytes(bytes: &[u8]) -> Option<Self> { in from_bytes() method
97 fn from_bytes(bytes: &[u8]) -> Option<Self> { in from_bytes() method
978 pub fn from_bytes(raw_addr: &[u8]) -> Option<RawAddress> { in from_bytes() method