HomeSort by relevance Sort by last modified time
    Searched defs:complexity_n_ (Results 1 - 3 of 3) 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...]

Completed in 243 milliseconds