Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/test/
Dslist_test.cpp148 int init_values [] = { 1, 3, 4, 5 }; in test_merge() local
149 TEST_INTRUSIVE_SEQUENCE( init_values, testlist1.begin() ); in test_merge()
160 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
161 TEST_INTRUSIVE_SEQUENCE( init_values, list.begin() ); in test_remove_unique()
166 int init_values [] = { 2, 4 }; in test_remove_unique() local
167 TEST_INTRUSIVE_SEQUENCE( init_values, list.begin() ); in test_remove_unique()
172 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
173 TEST_INTRUSIVE_SEQUENCE( init_values, list.begin() ); in test_remove_unique()
178 int init_values [] = { 2, 4 }; in test_remove_unique() local
179 TEST_INTRUSIVE_SEQUENCE( init_values, list.begin() ); in test_remove_unique()
[all …]
Dlist_test.cpp123 { int init_values [] = { 1, 2, 3, 4, 5 }; in test_sort() local
124 TEST_INTRUSIVE_SEQUENCE( init_values, testlist.begin() ); } in test_sort()
127 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
128 TEST_INTRUSIVE_SEQUENCE( init_values, testlist.rbegin() ); } in test_sort()
131 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
132 TEST_INTRUSIVE_SEQUENCE( init_values, testlist.begin() ); } in test_sort()
143 int init_values [] = { 1, 3, 5 }; in test_remove_unique() local
144 TEST_INTRUSIVE_SEQUENCE( init_values, list.begin() ); in test_remove_unique()
149 int init_values [] = { 2, 4 }; in test_remove_unique() local
150 TEST_INTRUSIVE_SEQUENCE( init_values, list.begin() ); in test_remove_unique()
[all …]
Dunordered_test.hpp135 { int init_values [] = { 4, 5, 1, 2, 2, 3 }; in test_sort() local
136 TEST_INTRUSIVE_SEQUENCE_MAYBEUNIQUE( init_values, testset1 ); } in test_sort()
139 { int init_values [] = { 1, 2, 2, 3, 4, 5 }; in test_sort() local
140 TEST_INTRUSIVE_SEQUENCE_MAYBEUNIQUE( init_values, testset1 ); } in test_sort()
169 { int init_values [] = { 4, 5, 1 }; in test_insert() local
170 TEST_INTRUSIVE_SEQUENCE_MAYBEUNIQUE( init_values, const_testset ); } in test_insert()
182 { int init_values [] = { 5, 1, 3 }; in test_insert() local
183 TEST_INTRUSIVE_SEQUENCE_MAYBEUNIQUE( init_values, const_testset ); } in test_insert()
186 { int init_values [] = { 1, 4, 5 }; in test_insert() local
187 TEST_INTRUSIVE_SEQUENCE_MAYBEUNIQUE( init_values, const_testset ); } in test_insert()
[all …]
Dgeneric_set_test.hpp120 { int init_values [] = { 1, 2, 3, 4, 5 }; in test_sort() local
121 TEST_INTRUSIVE_SEQUENCE( init_values, testset1.begin() ); } in test_sort()
130 { int init_values [] = { 5, 3, 1, 4, 2 }; in test_sort() local
131 TEST_INTRUSIVE_SEQUENCE( init_values, testset2.rbegin() ); } in test_sort()
148 { int init_values [] = { 1, 4, 5 }; in test_insert() local
149 TEST_INTRUSIVE_SEQUENCE( init_values, const_testset.begin() ); } in test_insert()
158 { int init_values [] = { 5, 4, 3, 1 }; in test_insert() local
159 TEST_INTRUSIVE_SEQUENCE( init_values, testset.rbegin() ); } in test_insert()
176 { int init_values [] = { 1, 3, 5 }; in test_insert() local
177 TEST_INTRUSIVE_SEQUENCE( init_values, testset.begin() ); } in test_insert()
[all …]
Dgeneric_multiset_test.hpp103 { int init_values [] = { 1, 2, 2, 3, 4, 5 }; in test_sort() local
104 TEST_INTRUSIVE_SEQUENCE( init_values, testset1.begin() ); } in test_sort()
114 { int init_values [] = { 5, 3, 1, 4, 2, 2 }; in test_sort() local
115 TEST_INTRUSIVE_SEQUENCE( init_values, testset2.rbegin() ); } in test_sort()
131 { int init_values [] = { 1, 4, 5 }; in test_insert() local
132 TEST_INTRUSIVE_SEQUENCE( init_values, testset.begin() ); } in test_insert()
141 { int init_values [] = { 5, 4, 3, 1 }; in test_insert() local
142 TEST_INTRUSIVE_SEQUENCE( init_values, testset.rbegin() ); } in test_insert()
153 { int init_values [] = { 1, 3, 5 }; in test_insert() local
154 TEST_INTRUSIVE_SEQUENCE( init_values, testset.begin() ); } in test_insert()
[all …]
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c148 static const uint8_t init_values[3][HEVC_CONTEXTS] = { variable
496 int init_value = init_values[init_type][i]; in cabac_init_state()