Searched refs:skip_count_ (Results 1 – 1 of 1) sorted by relevance
28 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()44 if (ip != 0 && state->skip_count_ > 0) { in Callback()45 --state->skip_count_; in Callback()57 size_t skip_count_ = 0u; variable