Searched refs:other_mutator (Results 1 – 2 of 2) sorted by relevance
238 const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument240 GOOGLE_CHECK(this == other_mutator); in Swap()282 const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument287 GOOGLE_CHECK(this == other_mutator); in Swap()313 const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument315 if (this == other_mutator) { in Swap()320 int other_size = other_mutator->Size(other_data); in Swap()322 Add<string>(data, other_mutator->Get<string>(other_data, i)); in Swap()325 other_mutator->Clear(other_data); in Swap()327 other_mutator->Add<string>(other_data, tmp.Get(i)); in Swap()[all …]
356 virtual void Swap(Field* data, const RepeatedFieldAccessor* other_mutator,