Home | History | Annotate | Download | only in marisa

Lines Matching full:swap

33   units_.swap(&temp_units);
49 temp_mapper.swap(mapper);
63 temp.swap(this);
94 temp.swap(this);
127 IntVector().swap(this);
130 void IntVector::swap(IntVector *rhs) {
132 units_.swap(&rhs->units_);
133 Swap(&num_bits_per_int_, &rhs->num_bits_per_int_);
134 Swap(&mask_, &rhs->mask_);
135 Swap(&size_, &rhs->size_);