Searched refs:FromHandle (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/io-lifetimes/src/ |
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 {
|
D | lib.rs | 55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket}; 116 impl<T: From<OwnedHandle>> FromHandle for T {
|
D | impls_tokio.rs | 8 use crate::{AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, OwnedHandle}; 49 impl FromHandle for tokio::fs::File {
|
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 {
|
D | traits.rs | 173 pub trait FromHandle { interface
|
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/ |
D | owning-wrapper.rs | 8 use io_lifetimes::FromHandle; 107 impl FromHandle for Thing {
|
/third_party/node/deps/v8/src/objects/ |
D | feedback-vector-inl.h | 385 MaybeObject FeedbackNexus::FromHandle(MaybeObjectHandle slot) const { in FromHandle() function 408 return std::make_pair(FromHandle(feedback_cache_->first), in GetFeedbackPair() 409 FromHandle(feedback_cache_->second)); in GetFeedbackPair()
|
D | feedback-vector.h | 869 inline MaybeObject FromHandle(MaybeObjectHandle slot) const;
|
D | elements.cc | 3077 static ElementType FromHandle(Handle<Object> value, in FromHandle() function in v8::internal::__anonb75414310111::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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 412 static std::error_code rename_internal(HANDLE FromHandle, const Twine &To, 428 if (!SetFileInformationByHandle(FromHandle, FileRenameInfo, &RenameInfo, 439 static std::error_code rename_handle(HANDLE FromHandle, const Twine &To) { 448 auto EC = rename_internal(FromHandle, To, true); 455 if (std::error_code EC2 = realPathFromHandle(FromHandle, WideFrom)) 535 HANDLE FromHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FromFD)); 536 return rename_handle(FromHandle, To); 545 ScopedFileHandle FromHandle; 550 FromHandle = 554 if (FromHandle) [all …]
|