Home | History | Annotate | Download | only in src

Lines Matching refs:get_cell

158   inline int& get_cell(int i1, int i2) {
165 get_cell(i1, i2) = value4 | dir;
169 return get_cell(i1, i2) & (kMaxUInt32 ^ kDirectionMask);
172 return static_cast<Direction>(get_cell(i1, i2) & kDirectionMask);