Searched defs:SumDataDouble (Results 1 – 1 of 1) sorted by relevance
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | AggregationData.java | 62 Function<? super SumDataDouble, T> p0, in match() 77 public abstract static class SumDataDouble extends AggregationData { class in AggregationData 79 SumDataDouble() {} in SumDataDouble() method in AggregationData.SumDataDouble 102 Function<? super SumDataDouble, T> p0, in match() 145 Function<? super SumDataDouble, T> p0, in match() 188 Function<? super SumDataDouble, T> p0, in match() 243 Function<? super SumDataDouble, T> p0, in match() 400 Function<? super SumDataDouble, T> p0, in match() 502 Function<? super SumDataDouble, T> p0, in match() 545 Function<? super SumDataDouble, T> p0, in match()
|