Home
last modified time | relevance | path

Searched defs:ErrorStream (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/futures/tests/
Dstream_try_stream.rs86 struct ErrorStream { in try_flatten_unordered() struct
87 error_after: usize, in try_flatten_unordered()
88 polled: usize, in try_flatten_unordered()
91 impl Stream for ErrorStream { in try_flatten_unordered() implementation
/external/pigweed/pw_stream/rust/pw_stream/
Dlib.rs251 struct ErrorStream { struct
252 error: Error,
255 impl Read for ErrorStream { implementation
261 impl Write for ErrorStream { implementation
/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h103 std::unique_ptr<StringStream> ErrorStream; variable
/external/clang/lib/Tooling/
DCompilationDatabase.cpp40 std::stringstream ErrorStream; in loadFromDirectory() local
59 std::stringstream ErrorStream; in findCompilationDatabaseFromDirectory() local
/external/python/cpython3/Lib/wsgiref/
Dtypes.py40 class ErrorStream(Protocol): class