Searched defs:data_only (Results 1 – 1 of 1) sorted by relevance
105 inline MarkBit(CellType* cell, CellType mask, bool data_only) in MarkBit()121 inline bool data_only() { return data_only_; } in data_only() function