Searched refs:SafeBytecodeStream (Results 1 – 3 of 3) sorted by relevance
2 decode::{Decoder, SafeBytecodeStream},20 let mut materializer = MaterializeOpsVisitor::new(SafeBytecodeStream::new(&encoded)); in roundtrip()
18 bytecode: SafeBytecodeStream<'a>,41 bytecode: SafeBytecodeStream::new(bytecode), in new()353 type BytecodeStream = SafeBytecodeStream<'a>;
123 pub struct SafeBytecodeStream<'a> { struct128 impl<'a> SafeBytecodeStream<'a> { impl149 impl BytecodeStream for SafeBytecodeStream<'_> { implementation522 V: OpVisitor<BytecodeStream = SafeBytecodeStream<'a>> + ExtendedOpVisitor, in decode_all()