Searched defs:lastValue (Results 1 – 10 of 10) sorted by relevance
488 public static LastValueDataDouble create(double lastValue) { in create()531 public static LastValueDataLong create(long lastValue) { in create()
33 int lastValue = BACKEDUP_TOO_FAR; field in Tokenizer
318 T lastValue = null; in next() local
361 private String lastValue = null; field in Pick.Morph
482 private double lastValue = Double.NaN; field in MutableAggregation.MutableLastValueDouble
707 Complex lastValue = (Complex) lastDimension[vector[dimensionSize.length - 1]]; in set() local
249 String lastValue = lastAttrs.get(key); in addDifferences() local
714 …const deUint32 lastValue = initialValue + (spec.useBranches ? spec.threadCount*spec.callCount - s… in checkPath() local
1377 Date lastValue = currencyLastValid.get(currency); in TestCurrency() local
1658 private V lastValue; field in MapMakerInternalMapTest.CountingRemovalListener