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