Searched defs:RowStructure (Results 1 – 1 of 1) sorted by relevance
180 struct RowStructure struct182 IndexType start ; /* index for A of first col in this row */183 IndexType length ; /* number of principal columns in this row */185 {188 } shared1 ;190 {193 } shared2 ;195 inline bool is_dead() const { return shared2.mark < Alive; } in is_dead()197 inline bool is_alive() const { return shared2.mark >= Alive; } in is_alive()199 inline void kill() { shared2.mark = Dead; } in kill()