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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 42 /** \class HashTableImpl
43 * \brief HashTableImpl is the base class of HashTable.
45 * HashTableImpl uses open-addressing, linear probing hash table.
53 * efficiently. HashTableImpl provides a template argument to change the
60 * than static linkers. HashTableImpl also provides a template argument to
64 class HashTableImpl {
74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self;
77 HashTableImpl();
78 explicit HashTableImpl(unsigned int pInitSize);
79 virtual ~HashTableImpl();
    [all...]
HashTable.h 34 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy> {
36 typedef HashTableImpl<HashEntryTy, HashFunctionTy> BaseTy;
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 325 template <typename HashTableImpl>
329 std::unique_ptr<HashTableImpl> HashTable;
330 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 352 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 352 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 352 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 352 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 352 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 352 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 526 template <typename HashTableImpl>
527 Error InstrProfReaderIndex<HashTableImpl>::getRecords(
540 template <typename HashTableImpl>
541 Error InstrProfReaderIndex<HashTableImpl>::getRecords(
554 template <typename HashTableImpl>
555 InstrProfReaderIndex<HashTableImpl>::InstrProfReaderIndex(
560 HashTable.reset(HashTableImpl::Create(
562 typename HashTableImpl::InfoType(HashType, Version)));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 353 template <typename HashTableImpl>
356 std::unique_ptr<HashTableImpl> HashTable;
357 typename HashTableImpl::data_iterator RecordIterator;

Completed in 1207 milliseconds