Home
last modified time | relevance | path

Searched refs:InfoShift (Results 1 – 25 of 38) sorted by relevance

12

/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
H A Dqloggingcategory.cpp342 case QtInfoMsg: setBoolLane(&enabled, enable, InfoShift); break; in setEnabled()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
H A Dqloggingcategory.cpp342 case QtInfoMsg: setBoolLane(&enabled, enable, InfoShift); break; in setEnabled()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
H A Dqloggingcategory.cpp342 case QtInfoMsg: setBoolLane(&enabled, enable, InfoShift); break; in setEnabled()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
H A Dqloggingcategory.cpp342 case QtInfoMsg: setBoolLane(&enabled, enable, InfoShift); break; in setEnabled()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
H A Dqloggingcategory.cpp342 case QtInfoMsg: setBoolLane(&enabled, enable, InfoShift); break; in setEnabled()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
H A Dqloggingcategory.cpp342 case QtInfoMsg: setBoolLane(&enabled, enable, InfoShift); break; in setEnabled()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqloggingcategory.h67 bool isInfoEnabled() const { return enabled.loadRelaxed() >> InfoShift & 1; } in isInfoEnabled()
91 enum { DebugShift = 0, WarningShift = 8, CriticalShift = 16, InfoShift = 24 }; enumerator
93 enum { DebugShift = 24, WarningShift = 16, CriticalShift = 8, InfoShift = 0}; enumerator

12