type google.golang.org/grpc/experimental/stats.Int64UpDownCountHandle

8 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L101: type Int64UpDownCountHandle MetricDescriptor
		metricregistry.go#L105: func (h *Int64UpDownCountHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L111: func (h *Int64UpDownCountHandle) Record(recorder MetricsRecorder, v int64, labels ...string) {
		metricregistry.go#L301: func RegisterInt64UpDownCount(descriptor MetricDescriptor) *Int64UpDownCountHandle {
		metricregistry.go#L307: 	return (*Int64UpDownCountHandle)(descPtr)
		metrics.go#L64: 	RecordInt64UpDownCount(handle *Int64UpDownCountHandle, incr int64, labels ...string)
		metrics.go#L141: func (UnimplementedMetricsRecorder) RecordInt64UpDownCount(*Int64UpDownCountHandle, int64, ...string) {

	google.golang.org/grpc/internal/stats
		metrics_recorder_list.go#L71: func (l *MetricsRecorderList) RecordInt64UpDownCount(handle *estats.Int64UpDownCountHandle, incr int64, labels ...string) {