Searched refs:limitSize_ (Results 1 – 2 of 2) sorted by relevance
61 limitSize_ = DEFAULT_LIMITSIZE; in Reset()90 limitSize_ = opts.limitSize_; in operator =()189 if (limitSize_ < 1) { in CheckOptions()190 errStr = std::to_string(limitSize_); in CheckOptions()225 DUMPER_HILOGD(MODULE_COMMON, "debug|limitSize=%{public}d", limitSize_); in Dump()
42 int limitSize_; member