Searched defs:dump_path (Results 1 – 9 of 9) sorted by relevance
60 ProtobufIRDumper(const std::string &dump_path) in ProtobufIRDumper()
32 ProtobufIRDiffDumper(const std::string &dump_path) in ProtobufIRDiffDumper()
372 const std::string &dump_path) { in CreateProtobufIRDiffDumper()
495 std::unique_ptr<IRDumper> CreateProtobufIRDumper(const std::string &dump_path) { in CreateProtobufIRDumper()
29 IRDumper(const std::string &dump_path) : dump_path_(dump_path) {} in IRDumper()
32 IRDiffDumper(const std::string &dump_path) : dump_path_(dump_path) {} in IRDiffDumper()
31 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDiffDumper()
33 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDumper()
409 JsonIRDumper::JsonIRDumper(const std::string &dump_path) in JsonIRDumper()431 std::unique_ptr<IRDumper> CreateJsonIRDumper(const std::string &dump_path) { in CreateJsonIRDumper()