Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/test/
Dexpand_bwd_test_template.hpp97 Vect data_to_insert; in test_insert_with_expand_bwd() local
98 data_to_insert.resize(InsertSize[iteration]); in test_insert_with_expand_bwd()
100 data_to_insert[i] = static_cast<value_type>(-i); in test_insert_with_expand_bwd()
112 , data_to_insert.begin(), data_to_insert.end()); in test_insert_with_expand_bwd()
118 , data_to_insert.begin(), data_to_insert.end()); in test_insert_with_expand_bwd()
160 std::vector<value_type> data_to_insert; in test_assign_with_expand_bwd() local
161 data_to_insert.resize(InsertSize[iteration]); in test_assign_with_expand_bwd()
163 data_to_insert[i] = static_cast<value_type>(-i); in test_assign_with_expand_bwd()
174 vector.insert(vector.cbegin(), data_to_insert.begin(), data_to_insert.end()); in test_assign_with_expand_bwd()
175 initial_data.insert(initial_data.begin(), data_to_insert.begin(), data_to_insert.end()); in test_assign_with_expand_bwd()