Home
last modified time | relevance | path

Searched refs:m_switched (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Dstatus.cpp67 bool m_copied, m_switched; member in svn::Status_private
80 , m_switched(false) in Status_private()
118 m_switched = status->switched != 0; in init()
147 m_switched = src.m_switched; in init()
162 m_switched = false; in init()
254 return m_Data->m_switched != 0; in isSwitched()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmsx.cpp45 m_switched.push_back(switched); in machine_start()
495 for (int i = 0; i < m_switched.size(); i++) in msx_switched_r()
497 data &= m_switched[i]->switched_read(offset); in msx_switched_r()
505 for (int i = 0; i < m_switched.size(); i++) in msx_switched_w()
507 m_switched[i]->switched_write(offset, data); in msx_switched_w()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmsx.cpp45 m_switched.push_back(switched); in machine_start()
495 for (int i = 0; i < m_switched.size(); i++) in msx_switched_r()
497 data &= m_switched[i]->switched_read(offset); in msx_switched_r()
505 for (int i = 0; i < m_switched.size(); i++) in msx_switched_w()
507 m_switched[i]->switched_write(offset, data); in msx_switched_w()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dlanguage.h855 m_switched = true; in scoped_switch_to_sym_language_if_auto()
860 m_switched = false; in scoped_switch_to_sym_language_if_auto()
869 if (m_switched) in ~scoped_switch_to_sym_language_if_auto()
876 bool m_switched;
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmsx.h504 std::vector<msx_switched_interface *> m_switched; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmsx.h504 std::vector<msx_switched_interface *> m_switched; variable