HomeSort by relevance Sort by last modified time
    Searched defs:BigOFunc (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/include/benchmark/
benchmark_api.h 308 // BigOFunc is passed to a benchmark in order to specify the asymptotic
310 typedef double(BigOFunc)(int);
629 Benchmark* Complexity(BigOFunc* complexity);
690 BigOFunc* complexity_lambda_;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 257 // BigOFunc is passed to a benchmark in order to specify the asymptotic
259 typedef double(BigOFunc)(int);
574 Benchmark* Complexity(BigOFunc* complexity);
634 BigOFunc* complexity_lambda_;

Completed in 52 milliseconds