Searched refs:hint_mask (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/sudoku/
H A DSudokuField.cpp36 hint_mask(0),
77 (int32*)&field.hint_mask) != B_OK
128 status = archive->AddInt32("hint mask", field.hint_mask);
155 field.hint_mask = 0;
272 _FieldAt(x, y).hint_mask = hintMask;
279 return _FieldAt(x, y).hint_mask;
286 return (_FieldAt(x, y).hint_mask & (1UL << (value - 1))) != 0;
336 _FieldAt(x, y).hint_mask = 0;
H A DSudokuField.h65 uint32 hint_mask; member in struct:SudokuField::field

Completed in 40 milliseconds