HomeSort by relevance Sort by last modified time
    Searched defs:HashType (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ProfileData/
InstrProfIndexed.h 50 const HashT HashType = HashT::MD5;
InstrProfReader.cpp 283 return IndexedInstrProf::ComputeHash(HashType, K);
318 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>(
320 if (HashType > IndexedInstrProf::HashT::Last)
326 InstrProfLookupTrait(HashType)));
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.h 187 typedef base::hash_map<std::string, int> HashType;
188 HashType english_to_resource_id_;
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 210 IndexedInstrProf::HashT HashType;
212 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {}

Completed in 753 milliseconds