Searched refs:outMap (Results 1 – 1 of 1) sorted by relevance
268 private static final ThreadLocal<IdentityHashMap<CR,Integer>>outMap = field in CalculatorExpr282 outMap.set(new IdentityHashMap<CR,Integer>()); in initExprOutput()328 Integer index = outMap.get().get(value); in write()332 outMap.get().put(value, nextIndex); in write()