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