Searched refs:wholeRow (Results 1 – 3 of 3) sorted by relevance
248 transient SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow254 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow255 if (wholeRow == null in wholeRow()256 || (wholeRow.isEmpty() && backingMap.containsKey(rowKey))) { in wholeRow()257 wholeRow = (SortedMap<C, V>) backingMap.get(rowKey); in wholeRow()259 return wholeRow; in wholeRow()269 SortedMap<C, V> map = wholeRow(); in computeBackingRowMap()284 if (wholeRow() != null && wholeRow.isEmpty()) { in maintainEmptyInvariant()286 wholeRow = null; in maintainEmptyInvariant()
25 bool wholeRow; member
199 fields.wholeRow = false; in parseMatrixFields()221 fields.wholeRow = true; in parseMatrixFields()2716 fields.wholeRow = false; in addFieldSelectionExpression()2723 if(fields.wholeRow || fields.wholeCol) in addFieldSelectionExpression()