Searched refs:perfect_hash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h117 struct perfect_hash { struct in namespace:objc_opt
127 perfect_hash() : tab(0) { } function in struct:objc_opt::perfect_hash
129 ~perfect_hash() { if (tab) delete[] tab; }
151 static perfect_hash make_perfect(const string_map& strings);
277 perfect_hash phash = make_perfect(strings);
1324 static perfect_hash
1337 perfect_hash result;

Completed in 155 milliseconds