Home
last modified time | relevance | path

Searched refs:FromHandle (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_os_pipe.rs8 use crate::{AsHandle, BorrowedHandle, FromHandle, IntoHandle, OwnedHandle};
81 impl FromHandle for os_pipe::PipeReader {
161 impl FromHandle for os_pipe::PipeWriter {
H A Dimpls_tokio.rs8 use crate::{AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, OwnedHandle};
49 impl FromHandle for tokio::fs::File {
H A Dlib.rs55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket};
116 impl<T: From<OwnedHandle>> FromHandle for T {
H A Dtraits.rs173 pub trait FromHandle { traits
181 /// use io_lifetimes::{FromHandle, IntoHandle, OwnedHandle};
190 note = "`FromHandle::from_handle` is replaced by `From<OwnedHandle>::from`"
202 /// use io_lifetimes::{FromHandle, IntoHandle};
H A Dimpls_std.rs6 use crate::{AsHandle, AsSocket, FromHandle, FromSocket, IntoHandle, IntoSocket};
101 impl FromHandle for OwnedHandle {
117 impl FromHandle for HandleOrInvalid {
197 impl FromHandle for std::fs::File {
709 impl FromHandle for std::process::Stdio {
H A Dimpls_async_std.rs9 AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, FromSocket, IntoHandle,
88 impl FromHandle for async_std::fs::File {
/third_party/rust/crates/io-lifetimes/examples/
H A Downing-wrapper.rs8 use io_lifetimes::FromHandle;
107 impl FromHandle for Thing {
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector-inl.h385 MaybeObject FeedbackNexus::FromHandle(MaybeObjectHandle slot) const { in FromHandle() function in v8::internal::FeedbackNexus
408 return std::make_pair(FromHandle(feedback_cache_->first), in GetFeedbackPair()
409 FromHandle(feedback_cache_->second)); in GetFeedbackPair()
H A Dfeedback-vector.h869 inline MaybeObject FromHandle(MaybeObjectHandle slot) const;
H A Delements.cc3077 static ElementType FromHandle(Handle<Object> value, in FromHandle() function in TypedElementsAccessor
3307 ElementType scalar = FromHandle(value); in FillImpl()
3365 typed_search_value = FromHandle(value, &lossless); in IncludesValueImpl()
3435 typed_search_value = FromHandle(value, &lossless); in IndexOfValueImpl()
3482 typed_search_value = FromHandle(value, &lossless); in LastIndexOfValueImpl()

Completed in 26 milliseconds