Searched refs:wholeRow (Results 1 – 4 of 4) sorted by relevance
246 transient @Nullable SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow252 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow253 if (wholeRow == null || (wholeRow.isEmpty() && backingMap.containsKey(rowKey))) { in wholeRow()254 wholeRow = (SortedMap<C, V>) backingMap.get(rowKey); in wholeRow()256 return wholeRow; in wholeRow()266 SortedMap<C, V> map = wholeRow(); in computeBackingRowMap()281 if (wholeRow() != null && wholeRow.isEmpty()) { in maintainEmptyInvariant()283 wholeRow = null; in maintainEmptyInvariant()
246 @NullableDecl transient SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow252 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow253 if (wholeRow == null || (wholeRow.isEmpty() && backingMap.containsKey(rowKey))) { in wholeRow()254 wholeRow = (SortedMap<C, V>) backingMap.get(rowKey); in wholeRow()256 return wholeRow; in wholeRow()266 SortedMap<C, V> map = wholeRow(); in computeBackingRowMap()281 if (wholeRow() != null && wholeRow.isEmpty()) { in maintainEmptyInvariant()283 wholeRow = null; in maintainEmptyInvariant()
25 bool wholeRow; member
23 bool wholeRow; member