Searched defs:BitTableRow (Results 1 – 2 of 2) sorted by relevance
84 BitTableRow(const BitTableType *table, int row_index) : table_(table), row_index_(row_index) {} in BitTableRow() function85 explicit BitTableRow(Reversed *rhs) : table_(rhs->table_), row_index_(rhs->row_index_) {} in BitTableRow() function
92 BitTableRow(const BitTableType *table, int rowIndex) : table_(table), rowIndex_(rowIndex) {} in BitTableRow() function93 explicit BitTableRow(Reversed *rhs) : table_(rhs->table_), rowIndex_(rhs->row_index_) {} in BitTableRow() function