Searched defs:to_insert (Results 1 – 7 of 7) sorted by relevance
435 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local464 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local760 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_unique_commit() local783 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_before() local813 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_back() local836 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_front() local
449 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local464 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local547 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_unique_commit() local577 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_before() local592 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_back() local606 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_front() local
1064 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local1089 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_equal() local1319 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_unique_commit() local1357 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in insert_before() local1381 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_back() local1404 node_ptr to_insert(this->get_value_traits().to_node_ptr(value)); in push_front() local
270 node_ptr to_insert = priv_value_traits().to_node_ptr(value); in push_back() local288 node_ptr to_insert = priv_value_traits().to_node_ptr(value); in push_front() local827 node_ptr to_insert = this->priv_value_traits().to_node_ptr(value); in insert() local
434 node_ptr to_insert = priv_value_traits().to_node_ptr(value); in push_front() local
708 gst_h264_dpb_needs_bump (GstH264Dpb * dpb, GstH264Picture * to_insert, in gst_h264_dpb_needs_bump()
367 def validate(to_insert): argument