Searched defs:SumDataDouble (Results 1 – 1 of 1) sorted by relevance
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | AggregationData.java | 59 Function<? super SumDataDouble, T> p0, in match() 74 public abstract static class SumDataDouble extends AggregationData { class in AggregationData 76 SumDataDouble() {} in SumDataDouble() method in AggregationData.SumDataDouble 99 Function<? super SumDataDouble, T> p0, in match() 142 Function<? super SumDataDouble, T> p0, in match() 185 Function<? super SumDataDouble, T> p0, in match() 240 Function<? super SumDataDouble, T> p0, in match() 436 Function<? super SumDataDouble, T> p0, in match() 479 Function<? super SumDataDouble, T> p0, in match() 522 Function<? super SumDataDouble, T> p0, in match()
|