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

7 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L83: type Int64CountHandle MetricDescriptor
		metricregistry.go#L87: func (h *Int64CountHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L92: func (h *Int64CountHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
		metricregistry.go#L188: func RegisterInt64Count(descriptor MetricDescriptor) *Int64CountHandle {
		metricregistry.go#L193: 	return (*Int64CountHandle)(descPtr)
		metrics.go#L28: 	RecordInt64Count(handle *Int64CountHandle, incr int64, labels ...string)

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