Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DTransportSecurityCommon.java165 boolean hasMinRpcVersion(); in hasMinRpcVersion() method
847 public boolean hasMinRpcVersion() { in hasMinRpcVersion() method in TransportSecurityCommon.RpcProtocolVersions
926 result = result && (hasMinRpcVersion() == other.hasMinRpcVersion()); in equals()
927 if (hasMinRpcVersion()) { in equals()
946 if (hasMinRpcVersion()) { in hashCode()
1171 if (other.hasMinRpcVersion()) { in mergeFrom()
1364 public boolean hasMinRpcVersion() { in hasMinRpcVersion() method in TransportSecurityCommon.RpcProtocolVersions.Builder