Home
last modified time | relevance | path

Searched defs:newSvec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_sorted_vector_test.cpp147 SortedVector<int> newSvec = svec; variable
175 SortedVector<int, false> newSvec = svec; variable
252 const SortedVector<int> newSvec = svec; variable
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/
H A Dsorted_vector_benchmark_test.cpp97 SortedVector<int> newSvec(svec); in BENCHMARK_F() local
133 SortedVector<int, false> newSvec(svec); in BENCHMARK_F() local
195 SortedVector<int> newSvec = svec; in BENCHMARK_F() local
216 SortedVector<int, false> newSvec = svec; in BENCHMARK_F() local
304 const SortedVector<int> newSvec = svec; in BENCHMARK_F() local
758 SortedVector<int> newSvec(vec); in BENCHMARK_F() local