Searched refs:HashT (Results 1 – 4 of 4) sorted by relevance
252 enum class HashT : uint32_t;259 IndexedInstrProf::HashT HashType;267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()337 IndexedInstrProf::HashT HashType, uint64_t Version);
754 enum class HashT : uint32_t { enum760 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()762 case HashT::MD5: in ComputeHash()792 const HashT HashType = HashT::MD5;
283 template <typename T, typename HashT = SkGoodHash>322 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
557 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()653 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()