Home
last modified time | relevance | path

Searched refs:FromHandle (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
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 {
Dlib.rs55 pub use traits::{FromHandle, FromSocket, IntoHandle, IntoSocket};
116 impl<T: From<OwnedHandle>> FromHandle for T {
Dimpls_tokio.rs8 use crate::{AsHandle, AsSocket, BorrowedHandle, BorrowedSocket, FromHandle, OwnedHandle};
49 impl FromHandle for tokio::fs::File {
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 {
Dtraits.rs173 pub trait FromHandle { interface
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/
Downing-wrapper.rs8 use io_lifetimes::FromHandle;
107 impl FromHandle for Thing {
/third_party/node/deps/v8/src/objects/
Dfeedback-vector-inl.h385 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()
Dfeedback-vector.h869 inline MaybeObject FromHandle(MaybeObjectHandle slot) const;
Delements.cc3077 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/
DPath.inc412 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 …]