| /external/rust/crates/futures-task/src/ | 
| D | future_obj.rs | 153     fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a);  in into_raw()  method 180     fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  function 188     fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  function 199     fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  function 207     fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  method 223         fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  function 233         fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  method 243         fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  method 256         fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  function 267         fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {  in into_raw()  method [all …] 
 | 
| /external/rust/crates/intrusive-collections/src/ | 
| D | pointer_ops.rs | 43     fn into_raw(&self, ptr: Self::Pointer) -> *const Self::Value;  in into_raw()  method 83     fn into_raw(&self, ptr: &'a T) -> *const T {  in into_raw()  method 98     fn into_raw(&self, ptr: Pin<&'a T>) -> *const T {  in into_raw()  method 113     fn into_raw(&self, ptr: UnsafeRef<T>) -> *const T {  in into_raw()  method 128     fn into_raw(&self, ptr: Pin<UnsafeRef<T>>) -> *const T {  in into_raw()  method 144     fn into_raw(&self, ptr: Box<T>) -> *const T {  in into_raw()  method 160     fn into_raw(&self, ptr: Pin<Box<T>>) -> *const T {  in into_raw()  method 176     fn into_raw(&self, ptr: Rc<T>) -> *const T {  in into_raw()  method 192     fn into_raw(&self, ptr: Pin<Rc<T>>) -> *const T {  in into_raw()  method 208     fn into_raw(&self, ptr: Arc<T>) -> *const T {  in into_raw()  method [all …] 
 | 
| D | unsafe_ref.rs | 43     pub fn into_raw(ptr: Self) -> *mut T {  in into_raw()  method
  | 
| /external/rust/crates/jni/src/wrapper/objects/ | 
| D | jstaticfieldid.rs | 45     pub fn into_raw(self) -> jfieldID {  in into_raw()  method
  | 
| D | jmethodid.rs | 45     pub fn into_raw(self) -> jmethodID {  in into_raw()  method
  | 
| D | jfieldid.rs | 45     pub fn into_raw(self) -> jfieldID {  in into_raw()  method
  | 
| D | jstaticmethodid.rs | 45     pub fn into_raw(self) -> jmethodID {  in into_raw()  method
  | 
| D | jobject.rs | 42     pub fn into_raw(self) -> jobject {  in into_raw()  method
  | 
| D | jclass.rs | 50     pub fn into_raw(self) -> jclass {  in into_raw()  method
  | 
| D | jstring.rs | 49     pub fn into_raw(self) -> jstring {  in into_raw()  method
  | 
| D | jthrowable.rs | 49     pub fn into_raw(self) -> jthrowable {  in into_raw()  method
  | 
| D | jbytebuffer.rs | 46     pub fn into_raw(self) -> jobject {  in into_raw()  method
  | 
| /external/rust/crates/mio/src/sys/windows/ | 
| D | handle.rs | 18     pub fn into_raw(self) -> RawHandle {  in into_raw()  method
  | 
| /external/rust/crates/crossbeam-utils/src/sync/ | 
| D | parker.rs | 184     pub fn into_raw(this: Parker) -> *const () {  in into_raw()  method 269     pub fn into_raw(this: Unparker) -> *const () {  in into_raw()  method
  | 
| /external/rust/crates/libloading/src/os/unix/ | 
| D | mod.rs | 297     pub fn into_raw(self) -> *mut raw::c_void {  in into_raw()  method 367     pub fn into_raw(self) -> *mut raw::c_void {  in into_raw()  method
  | 
| /external/rust/crates/libloading/src/os/windows/ | 
| D | mod.rs | 258     pub fn into_raw(self) -> HMODULE {  in into_raw()  method 335     pub fn into_raw(self) -> FARPROC {  in into_raw()  method
  | 
| /external/rust/crates/rusqlite/src/util/ | 
| D | sqlite_string.rs | 69     pub(crate) fn into_raw(self) -> *mut c_char {  in into_raw()  method
  | 
| /external/rust/crates/libloading/src/ | 
| D | safe.rs | 221     pub unsafe fn into_raw(self) -> imp::Symbol<T> {  in into_raw()  method
  | 
| /external/rust/crates/tokio/src/runtime/ | 
| D | park.rs | 308     fn into_raw(this: Arc<Inner>) -> *const () {  in into_raw()  method
  | 
| /external/rust/cxx/src/ | 
| D | unique_ptr.rs | 90     pub fn into_raw(self) -> *mut T {  in into_raw()  function
  | 
| /external/rust/crates/rusqlite/src/ | 
| D | hooks.rs | 333     fn into_raw(self) -> c_int {  in into_raw()  method
  | 
| D | statement.rs | 880     pub(crate) unsafe fn into_raw(mut self) -> RawStatement {  in into_raw()  method
  | 
| /external/rust/crates/socket2/src/ | 
| D | socket.rs | 113     pub(crate) fn into_raw(self) -> sys::Socket {  in into_raw()  method
  | 
| /external/crosvm/media/ffmpeg/src/ | 
| D | avcodec.rs | 637     pub fn into_raw(self) -> *mut ffi::AVBufferRef {  in into_raw()  method
  |