Searched refs:getChecksum (Results 1 – 17 of 17) sorted by relevance
54 def getChecksum (self): member in RegistrySource153 …Path, source.getRepo(), source.getRevision(), source.getFilename(), source.getChecksum(), cacheDir)
28 std::string Checksum = getChecksum(); in dump()
31 virtual std::string getChecksum() const = 0;
26 std::string getChecksum() const override;
39 return descriptor.getChecksum(); in Hash()
32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
55 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
223 return descriptor.getChecksum(); in Hash()
228 return key->getChecksum(); in operator ()()
88 desc->getChecksum(), desc->getCount(), desc->getLength()); in SkScalerContext()
143 if (Parent.getChecksum() != CfgChecksum) { in readGCNO()144 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCNO()283 if (Parent.getChecksum() != CfgChecksum) { in readGCDA()284 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCDA()
251 uint32_t getChecksum() const { return Checksum; } in getChecksum() function
246 if (F->getChecksum()) { in maybeRecordFile()247 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile()252 switch (F->getChecksum()->Kind) { in maybeRecordFile()
315 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = File->getChecksum(); in getMD5AsBytes()
520 getChecksum(), getSource()); in cloneImpl()537 Optional<ChecksumInfo<StringRef>> getChecksum() const { in getChecksum() function
1915 if (N->getChecksum()) in writeDIFile()1916 Printer.printChecksum(*N->getChecksum()); in writeDIFile()
1028 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = N.getChecksum(); in visitDIFile()