type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.Point_Int64Value

6 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L554: 	if x, ok := x.GetValue().(*Point_Int64Value); ok {
		metrics.pb.go#L585: type Point_Int64Value struct {
		metrics.pb.go#L605: func (*Point_Int64Value) isPoint_Value() {}
		metrics.pb.go#L1610: 		(*Point_Int64Value)(nil),

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_proto.go#L123: 							Value: &metricspb.Point_Int64Value{
		metrics_proto.go#L477: 	case *metricspb.Point_Int64Value: