Searched refs:raw_type (Results 1 – 1 of 1) sorted by relevance
63 let raw_type = reader.get_u16(); in build_param() localVariable64 match raw_type.into() { in build_param()76 let stop_processing = ((raw_type >> 15) & 0x01) == 0; in build_param()78 Err(Error::ErrParamTypeUnhandled { typ: raw_type }) in build_param()