OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BM_old_arg_range_interface
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
cxx03_test.cc
25
void
BM_old_arg_range_interface
(benchmark::State& state) {
31
BENCHMARK(
BM_old_arg_range_interface
)->ArgPair(1, 2)->RangePair(5, 5, 6, 6);
/external/libcxx/utils/google-benchmark/test/
cxx03_test.cc
25
void
BM_old_arg_range_interface
(benchmark::State& state) {
31
BENCHMARK(
BM_old_arg_range_interface
)->ArgPair(1, 2)->RangePair(5, 5, 6, 6);
Completed in 853 milliseconds