Home
last modified time | relevance | path

Searched defs:MakeError (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/make/
Dmake_service.rs32 type MakeError; typedef
45 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::MakeError>>; in poll_ready()
147 type MakeError = M::Error; typedef
150 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::MakeError>> { in poll_ready()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/service/
Dmake.rs48 type MakeError: Into<Box<dyn StdError + Send + Sync>>; typedef
62 fn poll_ready_ref(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::MakeError>>; in poll_ready_ref()
80 type MakeError = ME; typedef
85 fn poll_ready_ref(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::MakeError>> { in poll_ready_ref()
/aosp_15_r20/system/extras/libjsonpb/parse/include/jsonpb/
H A Derror_or.h53 static ErrorOr<T> MakeError(std::string message) { in MakeError() function
67 inline ErrorOr<T> MakeError(std::string message) { in MakeError() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dkernel_ops_pattern.cc131 static llvm::Error MakeError(llvm::StringRef message) { in MakeError() function
134 static llvm::Error MakeError(xla::Status status) { in MakeError() function
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc297 BackendResult BackendResult::MakeError(net::Error error_in) { in MakeError() function in disk_cache::BackendResult
491 EntryResult EntryResult::MakeError(net::Error status) { in MakeError() function in disk_cache::EntryResult
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dstatus_macros.cc76 static Status MakeError(const char* filename, int line, in MakeError() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Derror_test.cc83 constexpr Error<TestError> MakeError(TestError proto_code) { in MakeError() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Dde.rs899 trait MakeError { trait