Lines Matching defs:other
126 inline void Swap(NumberFormat* other) {
127 if (other == this) return;
128 if (GetArena() == other->GetArena()) {
129 InternalSwap(other);
131 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
134 void UnsafeArenaSwap(NumberFormat* other) {
135 if (other == this) return;
136 GOOGLE_DCHECK(GetArena() == other->GetArena());
137 InternalSwap(other);
167 void InternalSwap(NumberFormat* other);
377 inline void Swap(PhoneNumberDesc* other) {
378 if (other == this) return;
379 if (GetArena() == other->GetArena()) {
380 InternalSwap(other);
382 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
385 void UnsafeArenaSwap(PhoneNumberDesc* other) {
386 if (other == this) return;
387 GOOGLE_DCHECK(GetArena() == other->GetArena());
388 InternalSwap(other);
418 void InternalSwap(PhoneNumberDesc* other);
588 inline void Swap(PhoneMetadata* other) {
589 if (other == this) return;
590 if (GetArena() == other->GetArena()) {
591 InternalSwap(other);
593 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
596 void UnsafeArenaSwap(PhoneMetadata* other) {
597 if (other == this) return;
598 GOOGLE_DCHECK(GetArena() == other->GetArena());
599 InternalSwap(other);
629 void InternalSwap(PhoneMetadata* other);
1323 inline void Swap(PhoneMetadataCollection* other) {
1324 if (other == this) return;
1325 if (GetArena() == other->GetArena()) {
1326 InternalSwap(other);
1328 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
1331 void UnsafeArenaSwap(PhoneMetadataCollection* other) {
1332 if (other == this) return;
1333 GOOGLE_DCHECK(GetArena() == other->GetArena());
1334 InternalSwap(other);
1364 void InternalSwap(PhoneMetadataCollection* other);