Searched refs:ReadDumpImpl (Results 1 – 6 of 6) sorted by relevance
50 return ReadDumpImpl(dump_file); in ReadDump()
51 virtual bool ReadDumpImpl(const std::string &dump_file) = 0;
46 bool ReadDumpImpl(const std::string &dump_file) override;
42 bool ProtobufIRReader::ReadDumpImpl(const std::string &dump_file) { in ReadDumpImpl() function in header_checker::repr::ProtobufIRReader
120 bool ReadDumpImpl(const std::string &dump_file) override;
155 bool JsonIRReader::ReadDumpImpl(const std::string &dump_file) { in ReadDumpImpl() function in header_checker::repr::JsonIRReader