Searched refs:shiftType (Results 1 – 2 of 2) sorted by relevance
165 string ComboLogType2Str(uint16_t shiftType) in ComboLogType2Str() argument174 shiftType &= typeAll; in ComboLogType2Str()176 if ((1 << t) & shiftType) { in ComboLogType2Str()177 shiftType &= (~(1 << t)); in ComboLogType2Str()178 str += (LogType2Str(t) + (shiftType != 0 ? "," : "")); in ComboLogType2Str()180 if (shiftType == 0) { in ComboLogType2Str()
74 std::string ComboLogType2Str(uint16_t shiftType);