Lines Matching refs:to_insert
449 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local
451 BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT(node_algorithms::unique(to_insert)); in insert_equal()
454 (this->tree_type::header_ptr(), to_insert, this->key_node_comp(this->key_comp()) in insert_equal()
464 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local
466 BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT(node_algorithms::unique(to_insert)); in insert_equal()
469 …( this->tree_type::header_ptr(), hint.pointed_node(), to_insert, this->key_node_comp(this->key_com… in insert_equal()
547 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_unique_commit() local
549 BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT(node_algorithms::unique(to_insert)); in insert_unique_commit()
552 ( this->tree_type::header_ptr(), to_insert, commit_data in insert_unique_commit()
556 return iterator(to_insert, this->priv_value_traits_ptr()); in insert_unique_commit()
577 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_before() local
579 BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT(node_algorithms::unique(to_insert)); in insert_before()
582 ( this->tree_type::header_ptr(), pos.pointed_node(), to_insert in insert_before()
592 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_back() local
594 BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT(node_algorithms::unique(to_insert)); in push_back()
597 ( this->tree_type::header_ptr(), to_insert in push_back()
606 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_front() local
608 BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT(node_algorithms::unique(to_insert)); in push_front()
611 ( this->tree_type::header_ptr(), to_insert in push_front()