OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashTableTy
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
HashTableTest.cpp
81
typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> >
HashTableTy
;
82
HashTableTy
*hashTable = new
HashTableTy
(0);
85
HashTableTy
::entry_type* entry = 0;
91
HashTableTy
::iterator iter;
107
typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
HashTableTy
;
108
HashTableTy
*hashTable = new
HashTableTy
(22);
112
HashTableTy
::entry_type* val = hashTable->insert(key, exist);
117
HashTableTy
::iterator entry = hashTable->find(key)
[
all
...]
/external/clang/include/clang/Basic/
IdentifierTable.h
422
typedef llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>
HashTableTy
;
423
HashTableTy
HashTable;
515
typedef
HashTableTy
::const_iterator iterator;
516
typedef
HashTableTy
::const_iterator const_iterator;
Completed in 28 milliseconds