Home
last modified time | relevance | path

Searched defs:Aborted (Results 1 – 10 of 10) 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/crosvm/cros_async/src/sys/windows/
Dwait_for_handle.rs55 Aborted, enumerator
/external/python/python-api-core/google/api_core/
Dexceptions.py279 class Aborted(Conflict): class
/external/tensorflow/tensorflow/core/platform/
Derrors.h299 ::tensorflow::Status Aborted(Args... args) { in Aborted() function
/external/curl/lib/vquic/
Dcurl_msh3.c327 bool Aborted, uint64_t AbortError) in msh3_complete()
/external/rust/crates/crossbeam-channel/src/
Dselect.rs61 Aborted, enumerator