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

  /external/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda;
complexity.cc 28 BigOFunc* FittingCurve(BigO complexity) {
78 BigOFunc* fitting_curve) {
benchmark_register.cc 410 Benchmark* Benchmark::Complexity(BigOFunc* complexity) {
  /external/libcxx/utils/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda;
complexity.cc 28 BigOFunc* FittingCurve(BigO complexity) {
78 BigOFunc* fitting_curve) {
benchmark_register.cc 410 Benchmark* Benchmark::Complexity(BigOFunc* complexity) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda;
complexity.cc 29 BigOFunc* FittingCurve(BigO complexity) {
79 BigOFunc* fitting_curve) {
benchmark_register.cc 396 Benchmark* Benchmark::Complexity(BigOFunc* complexity) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 92 BigOFunc* complexity_lambda;
benchmark_api.h 302 // BigOFunc is passed to a benchmark in order to specify the asymptotic
304 typedef double(BigOFunc)(int);
623 Benchmark* Complexity(BigOFunc* complexity);
684 BigOFunc* complexity_lambda_;
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 380 // BigOFunc is passed to a benchmark in order to specify the asymptotic
382 typedef double(BigOFunc)(int);
779 Benchmark* Complexity(BigOFunc* complexity);
843 BigOFunc* complexity_lambda_;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 380 // BigOFunc is passed to a benchmark in order to specify the asymptotic
382 typedef double(BigOFunc)(int);
779 Benchmark* Complexity(BigOFunc* complexity);
843 BigOFunc* complexity_lambda_;
    [all...]

Completed in 567 milliseconds