Home
last modified time | relevance | path

Searched defs:SendError (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/skiaserve/
DResponse.cpp55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() function
/third_party/rust/rust/library/std/src/sync/mpsc/
Dmod.rs415 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct
1113 impl<T> fmt::Debug for SendError<T> { implementation
1120 impl<T> fmt::Display for SendError<T> { implementation
1127 impl<T> error::Error for SendError<T> { implementation