Searched refs:decode_array_int4 (Results 1 – 2 of 2) sorted by relevance
109 pub(crate) fn decode_array_int4(input: &[u8]) -> Result<[u8; 4], BerError> { in decode_array_int4() function
662 <i32>::from_be_bytes(decode_array_int4(bytes)?) in as_i32()