Searched defs:MakeError (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/make/ |
D | make_service.rs | 32 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/ |
D | make.rs | 48 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 D | error_or.h | 53 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 D | kernel_ops_pattern.cc | 131 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 D | disk_cache.cc | 297 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 D | status_macros.cc | 76 static Status MakeError(const char* filename, int line, in MakeError() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | error_test.cc | 83 constexpr Error<TestError> MakeError(TestError proto_code) { in MakeError() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/ |
D | de.rs | 899 trait MakeError { trait
|