Searched refs:skip_count_ (Results 1 – 2 of 2) sorted by relevance
35 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()52 size_t skip_count_ = 0u; variable
129 if (unwinder->NumFrames() > skip_count_) { in CollectImpl()130 for (auto it = unwinder->frames().begin() + skip_count_; it != unwinder->frames().end(); ++it) { in CollectImpl()161 UNUSED(skip_count_);