Searched refs:partial_do_not_truncate_ (Results 1 – 2 of 2) sorted by relevance
143 DCHECK(!partial_do_not_truncate_); in AddTransaction()144 partial_do_not_truncate_ = true; in AddTransaction()285 if (!should_keep_entry_ || partial_do_not_truncate_) { in ShouldTruncate()
279 bool partial_do_not_truncate_ = false; variable