Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DTreeBasedTable.java248 transient SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow
254 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow
255 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()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h25 bool wholeRow; member
DParseHelper.cpp199 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()