Searched refs:HashType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DCrossOriginPreflightResultCache.cpp50 template<class HashType>
51 static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set)
72 template<class HashType>
73 static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set)
/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h50 const HashT HashType = HashT::MD5; member in class:llvm::IndexedInstrProf::HashT
H A DInstrProfWriter.cpp37 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K);
116 LE.write<uint64_t>(static_cast<uint64_t>(IndexedInstrProf::HashType));
H A DInstrProfReader.cpp283 return IndexedInstrProf::ComputeHash(HashType, K);
318 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( local
320 if (HashType > IndexedInstrProf::HashT::Last)
326 InstrProfLookupTrait(HashType)));
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_util.h187 typedef base::hash_map<std::string, int> HashType; typedef in class:chromeos::input_method::InputMethodUtil
188 HashType english_to_resource_id_;
H A Dinput_method_util.cc319 HashType::const_iterator iter = english_to_resource_id_.find(key_string);
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h210 IndexedInstrProf::HashT HashType; member in class:llvm::IndexedInstrProf::HashT
212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} argument
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp232 enum HashType : unsigned char {
254 static_assert(LastHashType <= TooBig, "Too many types in HashType");
259 void combine(HashType Type);
311 PGOHash::HashType getHashType(const Stmt *S) {
744 void PGOHash::combine(HashType Type) {

Completed in 260 milliseconds