Searched refs:store_hash (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/intrusive/ |
D | options.hpp | 205 BOOST_INTRUSIVE_OPTION_CONSTANT(store_hash, bool, Enabled, store_hash) 252 static const bool store_hash = false; member
|
D | unordered_set_hook.hpp | 82 static const bool store_hash = StoreHash; member 206 , packed_options::store_hash 346 , packed_options::store_hash
|
D | hashtable.hpp | 319 template <class U> static two_or_three<U::store_hash> test (int); 514 …BOOST_INTRUSIVE_FORCEINLINE static void store_hash(typename NodeTraits::node_ptr p, std::size_t h,… in store_hash() function 517 …BOOST_INTRUSIVE_FORCEINLINE static void store_hash(typename NodeTraits::node_ptr, std::size_t, fal… in store_hash() function 1402 static const bool store_hash = detail::store_hash_is_true<node_traits>::value; member 1406 typedef detail::bool_<store_hash> store_hash_t; 1723 static const bool store_hash = internal_type::store_hash; member in boost::intrusive::hashtable_impl 1741 BOOST_STATIC_ASSERT((!compare_hash || store_hash)); 2274 node_functions_t::store_hash(n, commit_data.hash, store_hash_t()); in insert_unique_commit() 3205 …node_functions_t::store_hash(pointer_traits<node_ptr>::pointer_to(this->priv_value_to_node(v)), ha… in rehash_impl() 3367 node_functions_t::store_hash(n, hash_value, store_hash_t()); in priv_insert_equal_after_find()
|
D | intrusive_fwd.hpp | 702 struct store_hash;
|
/third_party/boost/boost/container/ |
D | options.hpp | 119 static const bool store_hash = StoreHash; member 128 BOOST_INTRUSIVE_OPTION_CONSTANT(store_hash, bool, Enabled, store_hash) 150 typedef hash_opt<packed_options::store_hash> implementation_defined;
|
/third_party/boost/libs/intrusive/test/ |
D | unordered_test_common.hpp | 31 , store_hash<true> 40 , store_hash<true>
|
/third_party/boost/boost/intrusive/detail/ |
D | any_node_and_algorithms.hpp | 90 static const bool store_hash = true; member
|
/third_party/boost/libs/intrusive/doc/ |
D | intrusive.qbk | 1228 * [*`store_hash<bool Enabled>`]: This option reserves additional space in 1235 Default: `store_hash<false>`. 1331 [*Note: this option requires `store_hash<true>` option in the hook]. 4194 * Optimized unordered containers when `store_hash` option is used in the hook.
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 868 boost/container/store_hash.html 1582 boost/intrusive/store_hash.html
|