Home
last modified time | relevance | path

Searched refs:wholeRow (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DTreeBasedTable.java246 transient @Nullable SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow
252 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow
253 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()
/external/guava/android/guava/src/com/google/common/collect/
DTreeBasedTable.java246 @NullableDecl transient SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow
252 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow
253 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()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h25 bool wholeRow; member
/external/angle/src/compiler/translator/
DParseContext.h23 bool wholeRow; member