Searched refs:isGood (Results 1 – 8 of 8) sorted by relevance
68 ASSERT_TRUE(area->isGood()); in TEST_F()78 ASSERT_TRUE(area->isGood()); in TEST_F()92 ASSERT_TRUE(area->isGood()) ; in TEST_F()106 ASSERT_TRUE(area->isGood()) ; in TEST_F()129 ASSERT_TRUE(area->isGood()) ; in TEST_F()
50 ASSERT_TRUE( m_pDir->isGood() ); in TEST_F()
122 bool MemoryArea::isGood() const in isGood() function in MemoryArea188 if (!isMapped() || !isGood()) in request()282 if (!isMapped() || !isGood()) in release()380 if (!isGood() || !isReadable()) in read()385 return isGood(); in read()398 if (!isMapped() || !isGood() || !isWritable()) in write()
70 bool Directory::isGood() const in isGood() function in Directory85 if (isGood()) in assign()
74 bool isGood() const;
179 bool isGood() const;
79 if (!info.output().memArea()->isGood()) in doInitialization()
52 if ((input_memory != NULL) && input_memory->isGood()) { in normalize()