Searched refs:HashSet (Results 1 – 6 of 6) sorted by relevance
105 typedef struct HashSet { struct107 } HashSet; typedef145 HashSet_Init(HashSet *set) in HashSet_Init()151 HashSet_Done(HashSet *set) in HashSet_Done()157 HashSet_Add(HashSet *set, const char *key) in HashSet_Add()166 HashSet_Contains(HashSet *set, const char *key) in HashSet_Contains()172 HashIter_InitSet(HashIter *hi, HashSet *set) in HashIter_InitSet()
224 HashSet files;
1083 HashSet seen; in FindThem()
2014 o add HashSet type2018 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()
1104 TEST(PrintStlContainerTest, HashSet) {