Searched defs:MakeError (Results 1 – 8 of 8) sorted by relevance
/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()
|
/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()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | status_macros.cc | 76 static Status MakeError(const char* filename, int line, in MakeError() function
|
/external/cronet/stable/net/disk_cache/ |
D | disk_cache.cc | 304 BackendResult BackendResult::MakeError(net::Error error_in) { in MakeError() function in disk_cache::BackendResult 499 EntryResult EntryResult::MakeError(net::Error status) { in MakeError() function in disk_cache::EntryResult
|
/external/cronet/tot/net/disk_cache/ |
D | disk_cache.cc | 304 BackendResult BackendResult::MakeError(net::Error error_in) { in MakeError() function in disk_cache::BackendResult 499 EntryResult EntryResult::MakeError(net::Error status) { in MakeError() function in disk_cache::EntryResult
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/ |
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
|
/external/pigweed/pw_bluetooth_sapphire/host/common/ |
D | error_test.cc | 83 constexpr Error<TestError> MakeError(TestError proto_code) { in MakeError() function
|
/external/rust/android-crates-io/crates/serde_cbor/src/ |
D | de.rs | 899 trait MakeError { trait
|