Searched defs:col (Results 1 – 3 of 3) sorted by relevance
344 void SetBit(size_t row, size_t col) { in SetBit()350 void ClearBit(size_t row, size_t col) { in ClearBit()356 bool IsBitSet(size_t row, size_t col) const { in IsBitSet()
413 for (uint32_t col : Range(bva.NumColumns())) { in TEST() local
128 Column col = cols.get(cols.size() - 1); in table() local