Home
last modified time | relevance | path

Searched refs:WriteError (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DQueueChannel.h45 WriteError([]() { return Error::success(); }) {}
55 Error checkWriteError() { return WriteError(); } in checkWriteError()
65 WriteError = std::move(NewWriteError); in setWriteError()
70 std::function<Error()> ReadError, WriteError; variable
/external/rust/crates/tokio-test/src/
Dio.rs65 WriteError(Option<Arc<io::Error>>), enumerator
116 self.actions.push_back(Action::WriteError(error)); in write_error()
181 self.tx.send(Action::WriteError(error)).unwrap(); in write_error()
248 if let Some(&mut Action::WriteError(ref mut err)) = self.action() { in write()
271 Action::Wait(..) | Action::WriteError(..) => { in write()
319 Action::ReadError(ref mut error) | Action::WriteError(ref mut error) => { in action()
/external/openscreen/tools/cddl/
Dlogging.h41 Logger::Get()->WriteError(message, std::forward<Args>(args)...); in Error()
110 void WriteError(const std::string& message, Args&&... args) { in WriteError() function
/external/libbrillo/brillo/streams/
Dopenssl_stream_bio_test.cc107 TEST_F(StreamBIOTest, WriteError) { in TEST_F() argument
/external/rust/crates/clap/src/app/
Dhelp.rs793 WriteError(io::Error), enumerator
811 Err(e) => return CopyUntilResult::WriteError(e), in copy_until()
846 ReadError(e) | WriteError(e) => Some(Err(e)), in copy_and_capture()
877 ReadError(e) | WriteError(e) => Some(Err(e)), in copy_and_capture()
/external/fmtlib/test/
Dos-test.cc454 TEST(FileTest, WriteError) { in TEST() argument