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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h159 struct objc_stringhash_t { struct in namespace:objc_opt
226 if (offset == offsetof(objc_stringhash_t,zero)) return INDEX_NOT_FOUND;
241 return sizeof(objc_stringhash_t)
268 if (sizeof(objc_stringhash_t) > remaining) {
273 bzero(this, sizeof(objc_stringhash_t));
306 (objc_stringhash_offset_t)offsetof(objc_stringhash_t, zero);
338 struct objc_selopt_t : objc_stringhash_t {
364 struct objc_clsopt_t : objc_stringhash_t {
365 // ...objc_stringhash_t fields...
434 objc_stringhash_t
[all...]

Completed in 84 milliseconds