Searched defs:Dumper (Results 1 – 4 of 4) sorted by relevance
34 explicit Dumper(std::string& out) : mOut(out) {} in Dumper() function
116 class Dumper { class in BroadcastDispatcher127 Dumper(PrintWriter pw, String queueName, String dumpPackage, SimpleDateFormat sdf) { in Dumper() method in BroadcastDispatcher.Dumper
898 private final class Dumper implements Dumpable { class in ContentCaptureManager
390 using Dumper = std::function<void(const DumpArgs&, bool asProto, std::string&)>; variable