Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/
Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
/external/grpc-grpc/src/csharp/Grpc.Core/
DStatusCode.cs96 Aborted = 10, enumerator
/external/clang/lib/ARCMigrate/
DInternals.h125 bool Aborted; variable
/external/pigweed/pw_status/public/pw_status/
Dstatus.h223 [[nodiscard]] static constexpr Status Aborted() { in Aborted() function
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb161 class Aborted < BadStatus class
/external/python/python-api-core/google/api_core/
Dexceptions.py279 class Aborted(Conflict): class
/external/rust/crates/crossbeam-channel/src/
Dselect.rs60 Aborted, enumerator