Home
last modified time | relevance | path

Searched refs:other_mutator (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dreflection_internal.h233 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument
235 GOOGLE_CHECK(this == other_mutator); in Swap()
274 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument
279 GOOGLE_CHECK(this == other_mutator); in Swap()
303 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument
305 if (this == other_mutator) { in Swap()
310 int other_size = other_mutator->Size(other_data); in Swap()
312 Add<std::string>(data, other_mutator->Get<std::string>(other_data, i)); in Swap()
315 other_mutator->Clear(other_data); in Swap()
317 other_mutator->Add<std::string>(other_data, tmp.Get(i)); in Swap()
[all …]
Dreflection.h323 virtual void Swap(Field* data, const RepeatedFieldAccessor* other_mutator,