Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dreflection_internal.h238 const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument
240 GOOGLE_CHECK(this == other_mutator); in Swap()
282 const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument
287 GOOGLE_CHECK(this == other_mutator); in Swap()
313 const internal::RepeatedFieldAccessor* other_mutator, in Swap() argument
315 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 …]
Drepeated_field_reflection.h94 virtual void Swap(Field* data, const RepeatedFieldAccessor* other_mutator,
Dreflection.h356 virtual void Swap(Field* data, const RepeatedFieldAccessor* other_mutator,