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

8 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L85: type Int64CountHandle MetricDescriptor
		metricregistry.go#L89: func (h *Int64CountHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L94: func (h *Int64CountHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
		metricregistry.go#L231: func RegisterInt64Count(descriptor MetricDescriptor) *Int64CountHandle {
		metricregistry.go#L236: 	return (*Int64CountHandle)(descPtr)
		metrics.go#L49: 	RecordInt64Count(handle *Int64CountHandle, incr int64, labels ...string)
		metrics.go#L126: func (UnimplementedMetricsRecorder) RecordInt64Count(*Int64CountHandle, int64, ...string) {}

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