HomeSort by relevance Sort by last modified time
    Searched refs:HashEntryType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 23 hash::StringCompare<llvm::StringRef> > HashEntryType;
25 typedef HashTable<HashEntryType,
27 EntryFactory<HashEntryType> > PathCache;
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 64 typedef HashEntry<int*, int, PtrCompare> HashEntryType;
65 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> >
81 typedef HashEntry<int, int, IntCompare> HashEntryType;
82 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
89 typedef HashEntry<int, int, IntCompare> HashEntryType;
90 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
107 typedef HashEntry<int, int, IntCompare> HashEntryType;
    [all...]

Completed in 301 milliseconds