Searched refs:other_mutator (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | reflection_internal.h | 238 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 …]
|
D | repeated_field_reflection.h | 94 virtual void Swap(Field* data, const RepeatedFieldAccessor* other_mutator,
|
D | reflection.h | 356 virtual void Swap(Field* data, const RepeatedFieldAccessor* other_mutator,
|