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

  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 53 : min_(min >= 0 ? min : 0),
54 max_(max >= min_ ? max : min_) {
74 virtual int ConservativeLowerBound() const { return min_; }
78 return min_ <= call_count && call_count <= max_ ;
87 const int min_; member in class:testing::__anon4681::BetweenCardinalityImpl
108 if (min_ == 0) {
116 } else if (min_ == max_) {
117 *os << "called " << FormatTimes(min_);
119 *os << "called at least " << FormatTimes(min_);
    [all...]
  /external/regex-re2/re2/
regexp.h 120 // Matches sub_[0] at least min_ times, at most max_ times.
325 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; }
548 int min_; member in struct:re2::Regexp::__anon13448::__anon13449
simplify.cc 277 Regexp* nre = SimplifyRepeat(newsub, re->min_, re->max_,
regexp.cc 267 re->min_ = min;
parse.cc 486 re->min_ = min;
    [all...]
  /external/v8/src/
ast.h 2435 int min_; member in class:v8::internal::RegExpQuantifier
    [all...]

Completed in 319 milliseconds