Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dhashtable.h465 _Hashtable(_Hashtable&& __ht, __node_alloc_type&& __a, in _GLIBCXX_VISIBILITY()
490 _Hashtable(_Hashtable&& __ht) in _GLIBCXX_VISIBILITY()
492 : _Hashtable(std::move(__ht), std::move(__ht._M_node_allocator()), in _GLIBCXX_VISIBILITY()
498 _Hashtable(_Hashtable&& __ht, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
500 : _Hashtable(std::move(__ht), __node_alloc_type(__a), in _GLIBCXX_VISIBILITY()
540 operator=(const _Hashtable& __ht); in _GLIBCXX_VISIBILITY()
543 operator=(_Hashtable&& __ht) in _GLIBCXX_VISIBILITY()
551 _M_move_assign(std::move(__ht), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
1079 operator=(const _Hashtable& __ht) in _GLIBCXX_VISIBILITY()
1082 if (&__ht == this) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dhashtable.h465 _Hashtable(_Hashtable&& __ht, __node_alloc_type&& __a, in _GLIBCXX_VISIBILITY()
490 _Hashtable(_Hashtable&& __ht) in _GLIBCXX_VISIBILITY()
492 : _Hashtable(std::move(__ht), std::move(__ht._M_node_allocator()), in _GLIBCXX_VISIBILITY()
498 _Hashtable(_Hashtable&& __ht, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
500 : _Hashtable(std::move(__ht), __node_alloc_type(__a), in _GLIBCXX_VISIBILITY()
540 operator=(const _Hashtable& __ht); in _GLIBCXX_VISIBILITY()
543 operator=(_Hashtable&& __ht) in _GLIBCXX_VISIBILITY()
551 _M_move_assign(std::move(__ht), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
1079 operator=(const _Hashtable& __ht) in _GLIBCXX_VISIBILITY()
1082 if (&__ht == this) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/
H A Dhashtable.h346 hashtable(const hashtable& __ht) in _GLIBCXX_VISIBILITY()
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), in _GLIBCXX_VISIBILITY()
348 _M_equals(__ht._M_equals), _M_get_key(__ht._M_get_key), in _GLIBCXX_VISIBILITY()
349 _M_buckets(__ht.get_allocator()), _M_num_elements(0) in _GLIBCXX_VISIBILITY()
350 { _M_copy_from(__ht); } in _GLIBCXX_VISIBILITY()
353 operator= (const hashtable& __ht) in _GLIBCXX_VISIBILITY()
355 if (&__ht != this) in _GLIBCXX_VISIBILITY()
358 _M_hash = __ht._M_hash; in _GLIBCXX_VISIBILITY()
359 _M_equals = __ht._M_equals; in _GLIBCXX_VISIBILITY()
360 _M_get_key = __ht._M_get_key; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dhashtable.h346 hashtable(const hashtable& __ht) in _GLIBCXX_VISIBILITY()
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), in _GLIBCXX_VISIBILITY()
348 _M_equals(__ht._M_equals), _M_get_key(__ht._M_get_key), in _GLIBCXX_VISIBILITY()
349 _M_buckets(__ht.get_allocator()), _M_num_elements(0) in _GLIBCXX_VISIBILITY()
350 { _M_copy_from(__ht); } in _GLIBCXX_VISIBILITY()
353 operator= (const hashtable& __ht) in _GLIBCXX_VISIBILITY()
355 if (&__ht != this) in _GLIBCXX_VISIBILITY()
358 _M_hash = __ht._M_hash; in _GLIBCXX_VISIBILITY()
359 _M_equals = __ht._M_equals; in _GLIBCXX_VISIBILITY()
360 _M_get_key = __ht._M_get_key; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dhashtable.h593 _Hashtable(const _Hashtable& __ht) in _GLIBCXX_VISIBILITY()
594 : __detail::_Rehash_base<_RehashPolicy, _Hashtable>(__ht), in _GLIBCXX_VISIBILITY()
596 _H1, _H2, _Hash, __chc>(__ht), in _GLIBCXX_VISIBILITY()
597 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(__ht), in _GLIBCXX_VISIBILITY()
598 _M_node_allocator(__ht._M_node_allocator), in _GLIBCXX_VISIBILITY()
599 _M_bucket_count(__ht._M_bucket_count), in _GLIBCXX_VISIBILITY()
600 _M_element_count(__ht._M_element_count), in _GLIBCXX_VISIBILITY()
601 _M_rehash_policy(__ht._M_rehash_policy) in _GLIBCXX_VISIBILITY()
606 for (size_type __i = 0; __i < __ht._M_bucket_count; ++__i) in _GLIBCXX_VISIBILITY()
608 _Node* __n = __ht._M_buckets[__i]; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dhashtable.h593 _Hashtable(const _Hashtable& __ht) in _GLIBCXX_VISIBILITY()
594 : __detail::_Rehash_base<_RehashPolicy, _Hashtable>(__ht), in _GLIBCXX_VISIBILITY()
596 _H1, _H2, _Hash, __chc>(__ht), in _GLIBCXX_VISIBILITY()
597 __detail::_Map_base<_Key, _Value, _ExtractKey, __uk, _Hashtable>(__ht), in _GLIBCXX_VISIBILITY()
598 _M_node_allocator(__ht._M_node_allocator), in _GLIBCXX_VISIBILITY()
599 _M_bucket_count(__ht._M_bucket_count), in _GLIBCXX_VISIBILITY()
600 _M_element_count(__ht._M_element_count), in _GLIBCXX_VISIBILITY()
601 _M_rehash_policy(__ht._M_rehash_policy) in _GLIBCXX_VISIBILITY()
606 for (size_type __i = 0; __i < __ht._M_bucket_count; ++__i) in _GLIBCXX_VISIBILITY()
608 _Node* __n = __ht._M_buckets[__i]; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dnotify.c125 #define KEY_FIND(__ht, __obj, __k) \ argument
130 hash_for_each_possible((__ht), obj_, hash, k_) \