Searched refs:to_update (Results 1 – 1 of 1) sorted by relevance
54 static inline void BitVectorOr(std::vector<bool>& to_update, const std::vector<bool>& other) { in BitVectorOr() argument55 DCHECK_EQ(to_update.size(), other.size()); in BitVectorOr()58 to_update.begin(), in BitVectorOr()59 to_update.begin(), in BitVectorOr()