Searched refs:FromHandle (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/io-lifetimes/src/ |
H A D | impls_os_pipe.rs | 8 use crate::{AsHandle, BorrowedHandle, FromHandle, IntoHandle, OwnedHandle}; 81 impl FromHandle for os_pipe::PipeReader { 161 impl FromHandle for os_pipe::PipeWriter {
|
H A D | impls_tokio.rs | 8 use crate::{AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, OwnedHandle}; 49 impl FromHandle for tokio::fs::File {
|
H A D | lib.rs | 55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket}; 116 impl<T: From<OwnedHandle>> FromHandle for T {
|
H A D | traits.rs | 173 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 D | impls_std.rs | 6 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 D | impls_async_std.rs | 9 AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, FromSocket, IntoHandle, 88 impl FromHandle for async_std::fs::File {
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | owning-wrapper.rs | 8 use io_lifetimes::FromHandle; 107 impl FromHandle for Thing {
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector-inl.h | 385 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 D | feedback-vector.h | 869 inline MaybeObject FromHandle(MaybeObjectHandle slot) const;
|
H A D | elements.cc | 3077 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