Searched refs:__protocols_hashtable (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | protocols.c | 39 static cache_ptr __protocols_hashtable; variable 52 __protocols_hashtable = objc_hash_new (64, (hash_func_type) objc_hash_string, in __objc_protocols_init() 71 if (! objc_hash_is_key_in_hash (__protocols_hashtable, name)) in __objc_protocols_add_protocol() 72 objc_hash_add (&__protocols_hashtable, name, object); in __objc_protocols_add_protocol() 86 protocol = (Protocol *)(objc_hash_value_for_key (__protocols_hashtable, name)); in objc_getProtocol() 102 node = objc_hash_next (__protocols_hashtable, NULL); in objc_copyProtocolList() 106 node = objc_hash_next (__protocols_hashtable, node); in objc_copyProtocolList() 117 node = objc_hash_next (__protocols_hashtable, NULL); in objc_copyProtocolList() 122 node = objc_hash_next (__protocols_hashtable, node); in objc_copyProtocolList()
|