Searched defs:Flush (Results 1 – 13 of 13) sorted by relevance
125 virtual void Flush() { Append("z", 1); } in Flush() function in google::protobuf::strings::__anon3abf56900111::FlushingByteSink136 TEST(ByteSinkTest, Flush) { in TEST() argument
54 void ByteSink::Flush() {} in Flush() function in google::protobuf::strings::ByteSink
88 void StringOutputStream::Flush() { in Flush() function in aapt::io::StringOutputStream
173 bool FileOutputStream::Flush() { in Flush() function in aapt::io::FileOutputStream
69 public override void Flush() in Flush() method in Google.Protobuf.LimitedInputStream
718 public void Flush() in Flush() method in Google.Protobuf.CodedOutputStream
66 void Flush(const std::string& basePath) { in Flush() function
305 bool GzipOutputStream::Flush() { in Flush() function in google::protobuf::io::GzipOutputStream
372 bool CopyingOutputStreamAdaptor::Flush() { in Flush() function in google::protobuf::io::CopyingOutputStreamAdaptor
189 bool FileOutputStream::Flush() { in Flush() function in google::protobuf::io::FileOutputStream
718 void Flush() { in Flush() function in google::protobuf::io::__anon7b57f7330211::CommentCollector
78 bool Flush() { return mImpl.Flush(); } in Flush() function in android::uirenderer::FileOutputStreamLite
82 struct Flush final : Op { struct83 static const auto kType = Type::Flush;84 void draw(SkCanvas* c, const SkMatrix&) const { c->flush(); } in draw()