type go.opencensus.io/stats/view.AggregationData

20 uses

	go.opencensus.io/stats/view (current package)
		aggregation.go#L48: 	newData func() AggregationData
		aggregation.go#L54: 		newData: func() AggregationData {
		aggregation.go#L60: 		newData: func() AggregationData {
		aggregation.go#L106: 	agg.newData = func() AggregationData {
		aggregation.go#L117: 		newData: func() AggregationData {
		aggregation_data.go#L28: type AggregationData interface {
		aggregation_data.go#L31: 	clone() AggregationData
		aggregation_data.go#L32: 	equal(other AggregationData) bool
		aggregation_data.go#L52: func (a *CountData) clone() AggregationData {
		aggregation_data.go#L56: func (a *CountData) equal(other AggregationData) bool {
		aggregation_data.go#L88: func (a *SumData) clone() AggregationData {
		aggregation_data.go#L92: func (a *SumData) equal(other AggregationData) bool {
		aggregation_data.go#L206: func (a *DistributionData) clone() AggregationData {
		aggregation_data.go#L213: func (a *DistributionData) equal(other AggregationData) bool {
		aggregation_data.go#L272: func (l *LastValueData) clone() AggregationData {
		aggregation_data.go#L276: func (l *LastValueData) equal(other AggregationData) bool {
		collector.go#L29: 	signatures map[string]AggregationData
		collector.go#L56: 	c.signatures = make(map[string]AggregationData)
		view.go#L129: 		collector:        &collector{make(map[string]AggregationData), v.Aggregation},
		view.go#L175: 	Data AggregationData