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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h109 typedef uint8_t objc_stringhash_check_t; typedef in namespace:objc_opt
173 objc_stringhash_check_t *checkbytes() { return (objc_stringhash_check_t *)&tab[mask+1]; }
174 const objc_stringhash_check_t *checkbytes() const { return (const objc_stringhash_check_t *)&tab[mask+1]; }
195 objc_stringhash_check_t checkbyte(const char *key, size_t keylen) const
203 objc_stringhash_check_t checkbyte(const char *key) const
217 objc_stringhash_check_t h_check = checkbytes()[h];
218 objc_stringhash_check_t key_check = checkbyte(key, keylen);
243 + capacity * sizeof(objc_stringhash_check_t)
[all...]

Completed in 95 milliseconds