Searched refs:removeColumn (Results 1 – 11 of 11) sorted by relevance
167 private Map<R, V> removeColumn(Object column) { in removeColumn() method in StandardTable831 return containsColumn(key) ? removeColumn(key) : null;887 removeColumn(entry.getKey());911 removeColumn(columnKey);929 removeColumn(entry.getKey());942 removeColumn(columnKey);955 removeColumn(columnKey);
169 private Map<R, V> removeColumn(Object column) { in removeColumn() method in StandardTable856 return containsColumn(key) ? removeColumn(key) : null;912 removeColumn(entry.getKey());936 removeColumn(columnKey);954 removeColumn(entry.getKey());967 removeColumn(columnKey);980 removeColumn(columnKey);
70 void removeColumn(int32_t column);
316 fForwardTable->removeColumn(duplPair.second); in optimizeTables()
1110 void RBBITableBuilder::removeColumn(int32_t column) { in removeColumn() function in RBBITableBuilder
343 fForwardTable.removeColumn(duplPair.second); in optimizeTables()
874 void removeColumn(int column) { in removeColumn() method in RBBITableBuilder
344 fForwardTable.removeColumn(duplPair.second); in optimizeTables()
875 void removeColumn(int column) { in removeColumn() method in RBBITableBuilder
363 removeColumn(dataColIdx); in reinit()364 removeColumn(yesColIdx); in reinit()365 removeColumn(modColIdx); in reinit()366 removeColumn(noColIdx); in reinit()367 removeColumn(nameColIdx); in reinit()
96 void removeColumn(colIdx idx) in removeColumn() function