Searched refs:backendType_ (Results 1 – 4 of 4) sorted by relevance
44 backendType_ = 0; in LoadBalancerInfo()629 private int backendType_ = 0; field in LoadBalancerInfo644 return backendType_; in getBackendTypeValue()662 backendType_); in getBackendType()745 if (backendType_ in writeTo()749 output.writeEnum(4, backendType_); in writeTo()775 if (backendType_ in getSerializedSize()779 size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, backendType_); in getSerializedSize()803 if (backendType_ != other.backendType_) return false; in equals()825 hash = (53 * hash) + backendType_; in hashCode()[all …]
44 backendType_ = 0; in LoadBalancerInfo()629 private int backendType_ = 0; field in LoadBalancerInfo643 return backendType_; in getBackendTypeValue()659 com.google.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType.forNumber(backendType_); in getBackendType()742 if (backendType_ in writeTo()746 output.writeEnum(4, backendType_); in writeTo()772 if (backendType_ in getSerializedSize()776 size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, backendType_); in getSerializedSize()800 if (backendType_ != other.backendType_) return false; in equals()822 hash = (53 * hash) + backendType_; in hashCode()[all …]
128 backendType_(strToBackendType(options_->backend)), in ProcessGroup()134 : rank_(rank), size_(size), backendType_(BackendType::UNDEFINED) {} in ProcessGroup()
110 return backendType_; in getBackendType()585 } else if (backendType_ == c10d::ProcessGroup::BackendType::NCCL) { in barrier()647 backendTypeToBackend_.find(backendType_) != backendTypeToBackend_.end(), in getDefaultBackend()649 backendType_, in getDefaultBackend()653 return backendTypeToBackend_.at(backendType_); in getDefaultBackend()730 const BackendType backendType_; member in c10d::ProcessGroup