Searched refs:HashSet (Results 1 – 6 of 6) sorted by relevance
107 typedef struct HashSet { struct109 } HashSet; argument147 HashSet_Init(HashSet *set) in HashSet_Init()153 HashSet_Done(HashSet *set) in HashSet_Done()159 HashSet_Add(HashSet *set, const char *key) in HashSet_Add()168 HashSet_Contains(HashSet *set, const char *key) in HashSet_Contains()174 HashIter_InitSet(HashIter *hi, HashSet *set) in HashIter_InitSet()
235 HashSet files;
1121 HashSet seen; in FindThem()
1188 o add HashSet type1192 migrate CachedDir.files from HashTable to HashSet
51 Set <String> included = new HashSet <String> (); in testIncluded()96 Set <String> cleared = new HashSet <String> (); in testCleared()
1089 TEST(PrintStlContainerTest, HashSet) {