Searched refs:m_PageObjList (Results 1 – 2 of 2) sorted by relevance
300 for (uint32_t dwPageObjNum : m_PageObjList) { in CheckPage()325 m_PageObjList.clear(); in CheckPage()327 m_PageObjList = std::move(UnavailObjList); in CheckPage()340 if (m_PageObjList.empty()) in CheckPage()354 m_PageObjList.push_back(pKids->AsReference()->GetRefObjNum()); in GetPageKids()360 m_PageObjList.push_back(pRef->GetRefObjNum()); in GetPageKids()
179 std::vector<uint32_t> m_PageObjList; variable