Searched refs:ChecksumType (Results 1 – 9 of 9) sorted by relevance
23 PDB_Checksum ChecksumType = getChecksumType(); in dump() local25 if (ChecksumType != PDB_Checksum::None) { in dump()26 OS << ChecksumType << ": "; in dump()
25 PDB_Checksum ChecksumType = getChecksumType(); in dump() local27 if (ChecksumType != PDB_Checksum::None) { in dump()28 OS << ChecksumType << ": "; in dump()
15 enum ChecksumType { enum26 ChecksumType fType;29 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench()
17 import static com.google.common.hash.Hashing.ChecksumType.ADLER_32;18 import static com.google.common.hash.Hashing.ChecksumType.CRC_32;
370 return ChecksumType.CRC_32.hashFunction; in crc32()386 return ChecksumType.ADLER_32.hashFunction; in adler32()390 enum ChecksumType implements ImmutableSupplier<Checksum> { enum in Hashing406 ChecksumType(String toString) { in ChecksumType() method in Hashing.ChecksumType
64 auto ChecksumType = File->getChecksumType(); in start() local67 << " (" << ChecksumType << ": " << ChecksumHexString << ")"; in start()