Home
last modified time | relevance | path

Searched refs:destroy_into_vec (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/ffi-support/src/
H A Dlib.rs504 self.destroy_into_vec() in into_vec()
533 pub fn destroy_into_vec(self) -> Vec<u8> { in destroy_into_vec() method
570 drop(self.destroy_into_vec()) in destroy()
606 assert_eq!(bb.destroy_into_vec(), &[]); in test_bb_empty()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ffi-support/src/
H A Dlib.rs502 self.destroy_into_vec() in into_vec()
531 pub fn destroy_into_vec(self) -> Vec<u8> { in destroy_into_vec() method
568 drop(self.destroy_into_vec()) in destroy()
604 assert_eq!(bb.destroy_into_vec(), &[]); in test_bb_empty()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ffi-support/src/
H A Dlib.rs502 self.destroy_into_vec() in into_vec()
531 pub fn destroy_into_vec(self) -> Vec<u8> { in destroy_into_vec() method
568 drop(self.destroy_into_vec()) in destroy()
604 assert_eq!(bb.destroy_into_vec(), &[]); in test_bb_empty()
/dports/www/firefox/firefox-99.0/third_party/rust/viaduct/src/backend/
H A Dffi.rs54 let response_bytes = response.destroy_into_vec(); in send()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/viaduct/src/backend/
H A Dffi.rs54 let response_bytes = response.destroy_into_vec(); in send()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/viaduct/src/backend/
H A Dffi.rs54 let response_bytes = response.destroy_into_vec(); in send()