HomeSort by relevance Sort by last modified time
    Searched refs:BM_template1 (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
cxx03_test.cc 36 void BM_template1(benchmark::State& state) {
39 BENCHMARK_TEMPLATE(BM_template1, long);
40 BENCHMARK_TEMPLATE1(BM_template1, int);
  /external/google-benchmark/test/
cxx03_test.cc 40 void BM_template1(benchmark::State& state) {
43 BENCHMARK_TEMPLATE(BM_template1, long);
44 BENCHMARK_TEMPLATE1(BM_template1, int);
50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) {
  /external/libcxx/utils/google-benchmark/test/
cxx03_test.cc 40 void BM_template1(benchmark::State& state) {
43 BENCHMARK_TEMPLATE(BM_template1, long);
44 BENCHMARK_TEMPLATE1(BM_template1, int);
50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) {

Completed in 133 milliseconds