Home
last modified time | relevance | path

Searched defs:Aborted (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/futures-util/src/future/
Dabortable.rs126 pub struct Aborted; struct
128 impl fmt::Display for Aborted { implementation
135 impl std::error::Error for Aborted {} implementation
/external/grpc-grpc/src/csharp/Grpc.Core/
DStatusCode.cs96 Aborted = 10, enumerator
/external/llvm-project/clang/lib/ARCMigrate/
DInternals.h126 bool Aborted; variable
/external/clang/lib/ARCMigrate/
DInternals.h125 bool Aborted; variable
/external/pigweed/pw_status/public/pw_status/
Dstatus.h221 [[nodiscard]] static constexpr Status Aborted() { in Aborted() function
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb161 class Aborted < BadStatus class
/external/rust/crates/crossbeam-channel/src/
Dselect.rs59 Aborted, enumerator