Lines Matching defs:other
137 inline void Swap(PhoneNumber* other) {
138 if (other == this) return;
139 if (GetArena() == other->GetArena()) {
140 InternalSwap(other);
142 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
145 void UnsafeArenaSwap(PhoneNumber* other) {
146 if (other == this) return;
147 GOOGLE_DCHECK(GetArena() == other->GetArena());
148 InternalSwap(other);
178 void InternalSwap(PhoneNumber* other);