func google.golang.org/grpc/credentials/alts.compareRPCVersions

4 uses

	google.golang.org/grpc/credentials/alts (current package)
		alts.go#L292: func compareRPCVersions(v1, v2 *altspb.RpcProtocolVersions_Version) int {
		alts.go#L317: 	if compareRPCVersions(local.GetMaxRpcVersion(), peer.GetMaxRpcVersion()) > 0 {
		alts.go#L323: 	if compareRPCVersions(local.GetMinRpcVersion(), peer.GetMinRpcVersion()) > 0 {
		alts.go#L327: 	if compareRPCVersions(maxCommonVersion, minCommonVersion) < 0 {