Searched refs:SET_FLAG_ZERO_MASK (Results 1 – 1 of 1) sorted by relevance
54 static constexpr const int SET_FLAG_ZERO_MASK = ~0x04; // clear 2th bit of flag variable1849 … updateLogSql += "flag = flag & " + std::to_string(SET_FLAG_ZERO_MASK); // clear 2th bit of flag in GetUpdateLogRecordStatement()1860 std::to_string(SET_FLAG_ZERO_MASK); in GetUpdateLogRecordStatement()