func contrib.go.opencensus.io/exporter/stackdriver.newCumulativePoint

2 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		stats.go#L452: 		return newCumulativePoint(v, row, start, end)
		stats.go#L456: func newCumulativePoint(v *view.View, row *view.Row, start, end time.Time) *monitoringpb.Point {