Searched refs:HashT (Results 1 – 4 of 4) sorted by relevance
487 enum class HashT : uint32_t { enum504 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()506 case HashT::MD5: in ComputeHash()514 const HashT HashType = HashT::MD5;
229 enum class HashT : uint32_t;236 IndexedInstrProf::HashT HashType;244 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()313 IndexedInstrProf::HashT HashType, uint64_t Version);
257 template <typename T, typename HashT = SkGoodHash>296 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
537 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()583 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()585 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()