Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DTreeBasedTable.java240 transient SortedMap<C, V> wholeRow; field in TreeBasedTable.TreeRow
246 SortedMap<C, V> wholeRow() { in wholeRow() method in TreeBasedTable.TreeRow
247 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()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.h15 bool wholeRow; member
DParseHelper.cpp146 fields.wholeRow = false; in parseMatrixFields()
168 fields.wholeRow = true; in parseMatrixFields()
Dglslang.y338 fields.wholeRow = false;
345 if (fields.wholeRow || fields.wholeCol) {
Dglslang_tab.cpp2327 fields.wholeRow = false;
2334 if (fields.wholeRow || fields.wholeCol) {