Home
last modified time | relevance | path

Searched refs:complexity_n_ (Results 1 – 4 of 4) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h528 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN()
531 int64_t complexity_length_n() { return complexity_n_; } in complexity_length_n()
609 int64_t complexity_n_; variable
/third_party/benchmark/include/benchmark/
Dbenchmark.h687 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN()
690 int64_t complexity_length_n() const { return complexity_n_; } in complexity_length_n()
780 int64_t complexity_n_; variable
/third_party/benchmark/src/
Dbenchmark.cc147 complexity_n_(0), in State()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark.cc305 complexity_n_(0), in State()