Searched defs:Dumper (Results 1 – 3 of 3) sorted by relevance
34 explicit Dumper(std::string& out) : mOut(out) {} in Dumper() function
1003 private final class Dumper implements Dumpable { class in ContentCaptureManager
391 using Dumper = std::function<void(const DumpArgs&, bool asProto, std::string&)>; variable