Searched refs:ChecksumType (Results 1 – 4 of 4) sorted by relevance
22 PDB_Checksum ChecksumType = getChecksumType(); in dump() local24 if (ChecksumType != PDB_Checksum::None) { in dump()25 OS << ChecksumType << ": "; in dump()
15 enum ChecksumType { enum28 ChecksumType fType;31 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench()
243 checksumHashFunction(ChecksumType.CRC_32, "Hashing.crc32()");261 checksumHashFunction(ChecksumType.ADLER_32, "Hashing.adler32()");264 private static HashFunction checksumHashFunction(ChecksumType type, String toString) { in checksumHashFunction()268 enum ChecksumType implements Supplier<Checksum> { enum in Hashing284 ChecksumType(int bits) { in ChecksumType() method in Hashing.ChecksumType
17 import static com.google.common.hash.Hashing.ChecksumType.ADLER_32;18 import static com.google.common.hash.Hashing.ChecksumType.CRC_32;