MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / range

Method range

extern/re2/util/benchmark.h:83–83  ·  view source on GitHub ↗

Pretend to support multiple arguments.

Source from the content-addressed store, hash-verified

81 int64_t iterations() const { return iters_; }
82 // Pretend to support multiple arguments.
83 int64_t range(int pos) const { CHECK(has_arg_); return arg_; }
84
85 private:
86 int64_t iters_;

Callers 8

SearchFunction · 0.80
SearchBigFixedFunction · 0.80
FindAndConsumeFunction · 0.80
SearchSuccessFunction · 0.80
SearchAltMatchFunction · 0.80
SearchPhoneFunction · 0.80
FullMatchPCREFunction · 0.80
FullMatchRE2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected