Home
last modified time | relevance | path

Searched refs:HashTableTy (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp66 HashTableTy; in TEST_F() typedef
67 HashTableTy* hashTable = new HashTableTy(0); in TEST_F()
74 HashTableTy::iterator iter; in TEST_F()
91 HashTableTy; in TEST_F() typedef
92 HashTableTy* hashTable = new HashTableTy(22); in TEST_F()
96 HashTableTy::entry_type* val = hashTable->insert(key, exist); in TEST_F()
101 HashTableTy::iterator entry = hashTable->find(key); in TEST_F()
109 HashTableTy; in TEST_F() typedef
110 HashTableTy* hashTable = new HashTableTy(22); in TEST_F()
113 HashTableTy::entry_type* entry = 0; in TEST_F()
[all …]