type go.opentelemetry.io/otel/api/metric.BoundSyncImpl

12 uses

	go.opentelemetry.io/otel/api/metric (current package)
		noop.go#L32: var _ BoundSyncImpl = noopBoundInstrument{}
		noop.go#L53: func (NoopSync) Bind([]label.KeyValue) BoundSyncImpl {
		sdkapi.go#L62: 	Bind(labels []label.KeyValue) BoundSyncImpl
		sdkapi.go#L70: type BoundSyncImpl interface {
		sync.go#L43: 	boundInstrument BoundSyncImpl
		sync.go#L145: func newSyncBoundInstrument(boundInstrument BoundSyncImpl) syncBoundInstrument {

	go.opentelemetry.io/otel/api/global/internal
		meter.go#L119: var _ metric.BoundSyncImpl = &syncHandle{}
		meter.go#L230: func (inst *syncImpl) Bind(labels []label.KeyValue) metric.BoundSyncImpl {
		meter.go#L243: 	implPtr := (*metric.BoundSyncImpl)(atomic.LoadPointer(&bound.delegate))
		meter.go#L321: 	var implPtr *metric.BoundSyncImpl
		meter.go#L323: 		implPtr = new(metric.BoundSyncImpl)
		meter.go#L328: 		implPtr = (*metric.BoundSyncImpl)(atomic.LoadPointer(&bound.delegate))