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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 410 void SetComplexityN(int complexity_n) { complexity_n_ = complexity_n; }
413 int complexity_length_n() { return complexity_n_; }
471 int complexity_n_; member in class:benchmark::internal::State
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 519 void SetComplexityN(int complexity_n) { complexity_n_ = complexity_n; }
522 int complexity_length_n() { return complexity_n_; }
580 int complexity_n_; member in class:benchmark::State
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 519 void SetComplexityN(int complexity_n) { complexity_n_ = complexity_n; }
522 int complexity_length_n() { return complexity_n_; }
580 int complexity_n_; member in class:benchmark::State
    [all...]
  /external/google-benchmark/src/
benchmark.cc 406 complexity_n_(0),
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 406 complexity_n_(0),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark.cc 402 complexity_n_(0),

Completed in 103 milliseconds