Lines Matching defs:other
145 inline void Swap(GeocodingInfo* other) {
146 if (other == this) return;
147 if (GetArena() == other->GetArena()) {
148 InternalSwap(other);
150 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
153 void UnsafeArenaSwap(GeocodingInfo* other) {
154 if (other == this) return;
155 GOOGLE_DCHECK(GetArena() == other->GetArena());
156 InternalSwap(other);
186 void InternalSwap(GeocodingInfo* other);
397 inline void Swap(PrefixesInfo* other) {
398 if (other == this) return;
399 if (GetArena() == other->GetArena()) {
400 InternalSwap(other);
402 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
405 void UnsafeArenaSwap(PrefixesInfo* other) {
406 if (other == this) return;
407 GOOGLE_DCHECK(GetArena() == other->GetArena());
408 InternalSwap(other);
438 void InternalSwap(PrefixesInfo* other);
623 inline void Swap(LanguageCodeInfo* other) {
624 if (other == this) return;
625 if (GetArena() == other->GetArena()) {
626 InternalSwap(other);
628 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
631 void UnsafeArenaSwap(LanguageCodeInfo* other) {
632 if (other == this) return;
633 GOOGLE_DCHECK(GetArena() == other->GetArena());
634 InternalSwap(other);
664 void InternalSwap(LanguageCodeInfo* other);
783 inline void Swap(CountriesInfo* other) {
784 if (other == this) return;
785 if (GetArena() == other->GetArena()) {
786 InternalSwap(other);
788 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
791 void UnsafeArenaSwap(CountriesInfo* other) {
792 if (other == this) return;
793 GOOGLE_DCHECK(GetArena() == other->GetArena());
794 InternalSwap(other);
824 void InternalSwap(CountriesInfo* other);
943 inline void Swap(CountryCodeInfo* other) {
944 if (other == this) return;
945 if (GetArena() == other->GetArena()) {
946 InternalSwap(other);
948 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
951 void UnsafeArenaSwap(CountryCodeInfo* other) {
952 if (other == this) return;
953 GOOGLE_DCHECK(GetArena() == other->GetArena());
954 InternalSwap(other);
984 void InternalSwap(CountryCodeInfo* other);