Searched defs:dropped_count (Results 1 – 3 of 3) sorted by relevance
58 uint16_t dropped_count() const { return dropped_ ? dropped_count_ : 0; } in dropped_count() function
58 uint16_t dropped_count; member234 size_t dropped_count() const { return dropped_; } in dropped_count() function
164 uint16_t dropped_count = duplicate_elements_[log_id]->dropped_count(); in LogInternal() local