Home
last modified time | relevance | path

Searched refs:getMinRpcVersion (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DRpcProtocolVersionsUtil.java79 if (isGreaterThanOrEqualTo(localVersions.getMinRpcVersion(), peerVersions.getMinRpcVersion())) { in checkRpcProtocolVersions()
80 minCommonVersion = localVersions.getMinRpcVersion(); in checkRpcProtocolVersions()
82 minCommonVersion = peerVersions.getMinRpcVersion(); in checkRpcProtocolVersions()
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DTransportSecurityCommon.java173 io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion(); in getMinRpcVersion() method
857 …blic io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion() { in getMinRpcVersion() method in TransportSecurityCommon.RpcProtocolVersions
868 return getMinRpcVersion(); in getMinRpcVersionOrBuilder()
887 output.writeMessage(2, getMinRpcVersion()); in writeTo()
903 .computeMessageSize(2, getMinRpcVersion()); in getSerializedSize()
928 result = result && getMinRpcVersion() in equals()
929 .equals(other.getMinRpcVersion()); in equals()
948 hash = (53 * hash) + getMinRpcVersion().hashCode(); in hashCode()
1172 mergeMinRpcVersion(other.getMinRpcVersion()); in mergeFrom()
1374 …blic io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion() { in getMinRpcVersion() method in TransportSecurityCommon.RpcProtocolVersions.Builder
[all …]