Searched refs:limitSize_ (Results 1 – 2 of 2) sorted by relevance
61 limitSize_ = DEFAULT_LIMITSIZE; in Reset()92 limitSize_ = opts.limitSize_; in operator =()196 if (limitSize_ < 1) { in CheckOptions()197 errStr = std::to_string(limitSize_); in CheckOptions()
42 int limitSize_; member