Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/
Dsorted_vector_benchmark_test.cpp36 class BenchmarkSortedVector : public benchmark::Fixture { class
46 BenchmarkSortedVector() in BenchmarkSortedVector() function in OHOS::__anond908c9250111::BenchmarkSortedVector
60 BENCHMARK_F(BenchmarkSortedVector, testDefaultConsAndAddAndSort)(benchmark::State& state) in BENCHMARK_F() argument
83 BENCHMARK_F(BenchmarkSortedVector, testConsFromSortedAllowDup)(benchmark::State& state) in BENCHMARK_F() argument
122 BENCHMARK_F(BenchmarkSortedVector, testConsFromSortedNotAllowDuplicate)(benchmark::State& state) in BENCHMARK_F() argument
143 BENCHMARK_F(BenchmarkSortedVector, testConsFromSortedNotAllowToAlloworNotAllow)(benchmark::State& s… in BENCHMARK_F() argument
181 BENCHMARK_F(BenchmarkSortedVector, testoperatoreq)(benchmark::State& state) in BENCHMARK_F() argument
205 BENCHMARK_F(BenchmarkSortedVector, testOperatorEqAllowToNotAllow)(benchmark::State& state) in BENCHMARK_F() argument
226 BENCHMARK_F(BenchmarkSortedVector, testOperatorEqNotAllowToAllowOrNotAllow)(benchmark::State& state) in BENCHMARK_F() argument
261 BENCHMARK_F(BenchmarkSortedVector, testOperatorEqAssignmentTwice)(benchmark::State& state) in BENCHMARK_F() argument
[all …]