Searched refs:into_bytes (Results 1 – 2 of 2) sorted by relevance
73 fn into_bytes(self) -> Self::Bytes; in into_bytes() method83 fn into_bytes(self) -> Self::Bytes { in into_bytes() method327 fn into_bytes(self) -> Self::Bytes { in into_bytes() method344 let mut asm = self.into_bytes(); in push()412 let mut asm = self.into_bytes(); in push()453 let mut asm = self.into_bytes(); in push()486 let mut asm = self.into_bytes(); in push()539 let mut asm = self.into_bytes(); in push()599 let mut asm = self.into_bytes(); in push()628 let mut asm = self.into_bytes(); in push()[all …]
280 let vm = rbpf::EbpfVmMbuff::new(Some(program.into_bytes())).unwrap(); in test_vm_mbuff_with_rust_api()