Searched defs:flush (Results 1 – 13 of 13) sorted by relevance
29 napi_value StringDecoder::Write(napi_env env, napi_value src, UBool flush) in Write()96 UBool flush = true; in End() local
100 UBool flush = ((flags & static_cast<uint8_t>(ConverterFlags::FLUSH_FLG))) == in Decode() local185 UBool flush = (flags & static_cast<uint8_t>(ConverterFlags::FLUSH_FLG)) == in DecodeToString() local
49 fn flush(&mut self) -> std::io::Result<()> { in flush() function
68 fn flush(&mut self) -> io::Result<()> { in flush() function
239 fn flush(&mut self) -> io::Result<()> { in flush() method267 fn flush(&mut self) -> io::Result<()> { in flush() method
181 fn flush(&mut self) -> io::Result<()> { in flush() method208 fn flush(&mut self) -> io::Result<()> { in flush() method
49 fn flush(&mut self) -> io::Result<()> { in flush() method
274 fn flush(&mut self) -> FlushTask<'_, Self> in flush() method
173 fn flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in flush() method
233 fn flush(&mut self) -> io::Result<()> { in flush() method
391 fn flush(&mut self) -> std::io::Result<()> { in flush() method
38 fn flush(&mut self) -> std::io::Result<()> { in flush() method
647 async fn flush(&mut self) { in flush() method