Searched defs:Dumper (Results 1 – 6 of 6) sorted by relevance
50 class Dumper { class52 Dumper(std::ostream* outStream) : mStream(outStream) {} in Dumper() function in android::nn::__anon85e806450110::Dumper
163 private static class Dumper extends Thread { class in Main164 Dumper(Allocator allocator) { in Dumper() method in Main.Dumper
46 class Dumper { class49 explicit Dumper(dex_ir::Header* header) in Dumper() function in art::Dumper
103 class Dumper { class in BroadcastDispatcher114 Dumper(PrintWriter pw, String queueName, String dumpPackage, SimpleDateFormat sdf) { in Dumper() method in BroadcastDispatcher.Dumper
369 interface Dumper { interface in TestDrive
387 using Dumper = std::function<void(const DumpArgs&, bool asProto, std::string&)>; variable