HomeSort by relevance Sort by last modified time
    Searched refs:labelValuesCopy (Results 1 - 4 of 4) sorted by null

  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DerivedDoubleGaugeImpl.java 71 List<LabelValue> labelValuesCopy =
74 PointWithFunction existingPoint = registeredPoints.get(labelValuesCopy);
80 PointWithFunction newPoint = new PointWithFunction<T>(labelValuesCopy, obj, function);
85 registeredPointsCopy.put(labelValuesCopy, newPoint);
DerivedLongGaugeImpl.java 69 List<LabelValue> labelValuesCopy =
72 PointWithFunction existingPoint = registeredPoints.get(labelValuesCopy);
78 PointWithFunction newPoint = new PointWithFunction<T>(labelValuesCopy, obj, function);
83 registeredPointsCopy.put(labelValuesCopy, newPoint);
DoubleGaugeImpl.java 72 List<LabelValue> labelValuesCopy =
75 return registerTimeSeries(labelValuesCopy);
LongGaugeImpl.java 72 List<LabelValue> labelValuesCopy =
75 return registerTimeSeries(labelValuesCopy);

Completed in 91 milliseconds