Searched refs:stamped (Results 1 – 4 of 4) sorted by relevance
129 Timestamped<V> stamped = cachingHashMap.remove(key); in remove() local130 if (stamped != null) { in remove()131 V value = stamped.getValue(); in remove()133 if (!isExpired(stamped)) { in remove()216 private boolean isExpired(Timestamped<V> stamped) { in isExpired() argument221 boolean expireWrite = (stamped.getWriteTimestamp() + expireAfterWrite <= currentTimeNanos()); in isExpired()222 boolean expireAccess = (stamped.getAccessTimestamp() + expireAfterAccess <= currentTimeNanos()); in isExpired()
1304 * Time-stamped output; use --time-stamp=yes
1196 src/parse-gram.[ch] are stamped later than src/parse-gram.y.