Searched refs:HashT (Results 1 – 4 of 4) sorted by relevance
24 enum class HashT : uint32_t { enum41 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash()43 case HashT::MD5: in ComputeHash()51 const HashT HashType = HashT::MD5;
338 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader()340 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
203 enum class HashT : uint32_t;210 IndexedInstrProf::HashT HashType;212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait()
251 template <typename T, uint32_t(*HashT)(const T&) = &SkGoodHash>287 static uint32_t Hash(const T& item) { return HashT(item); } in Hash()