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

/haiku/headers/cpp/
H A Dstl_hashtable.h276 hashtable(const hashtable& __ht)
277 : __HASH_ALLOC_INIT(__ht.get_allocator())
278 _M_hash(__ht._M_hash),
279 _M_equals(__ht._M_equals),
280 _M_get_key(__ht._M_get_key),
281 _M_buckets(__ht.get_allocator()),
284 _M_copy_from(__ht); variable
289 hashtable& operator= (const hashtable& __ht) argument
291 if (&__ht != this) {
293 _M_hash = __ht
307 swap(hashtable& __ht) argument
1009 _M_copy_from(const hashtable& __ht) argument
[all...]

Completed in 325 milliseconds