Searched refs:wholeRow (Results 1 – 5 of 5) sorted by relevance
240 transient SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow246 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow247 if (wholeRow == null in wholeRow()248 || (wholeRow.isEmpty() && backingMap.containsKey(rowKey))) { in wholeRow()249 wholeRow = (SortedMap<C, V>) backingMap.get(rowKey); in wholeRow()251 return wholeRow; in wholeRow()261 SortedMap<C, V> map = wholeRow(); in computeBackingRowMap()276 if (wholeRow() != null && wholeRow.isEmpty()) { in maintainEmptyInvariant()278 wholeRow = null; in maintainEmptyInvariant()
15 bool wholeRow; member
146 fields.wholeRow = false; in parseMatrixFields()168 fields.wholeRow = true; in parseMatrixFields()
338 fields.wholeRow = false;345 if (fields.wholeRow || fields.wholeCol) {
2327 fields.wholeRow = false;2334 if (fields.wholeRow || fields.wholeCol) {