Home | History | Annotate | Download | only in src

Lines Matching refs:data_only

128   inline MarkBit(CellType* cell, CellType mask, bool data_only)
129 : cell_(cell), mask_(mask), data_only_(data_only) { }
144 inline bool data_only() { return data_only_; }
218 inline MarkBit MarkBitFromIndex(uint32_t index, bool data_only = false) {
221 return MarkBit(cell, mask, data_only);