Home | History | Annotate | Download | only in decpp

Lines Matching refs:m_exists

45 		: m_exists(exists)
47 m_exists = true;
52 m_exists = false;
56 bool& m_exists;
73 , m_exists (exists)
95 DE_TEST_ASSERT(m_exists);
101 const bool& m_exists;
109 , m_exists (exists)
131 DE_TEST_ASSERT(m_exists);
137 const bool& m_exists;