func google.golang.org/grpc/internal/status.IsRestrictedControlPlaneCode

5 uses

	google.golang.org/grpc/internal/status (current package)
		status.go#L232: func IsRestrictedControlPlaneCode(s *Status) bool {

	google.golang.org/grpc/internal/transport
		http2_client.go#L665: 				if istatus.IsRestrictedControlPlaneCode(st) {
		http2_client.go#L698: 				if istatus.IsRestrictedControlPlaneCode(st) {

	google.golang.org/grpc
		picker_wrapper.go#L165: 				if istatus.IsRestrictedControlPlaneCode(st) {
		stream.go#L231: 			if istatus.IsRestrictedControlPlaneCode(st) {