Searched refs:m_PageObjList (Results 1 – 2 of 2) sorted by relevance
458 for (uint32_t dwPageObjNum : m_PageObjList) { in CheckPage()483 m_PageObjList.clear(); in CheckPage()485 m_PageObjList = std::move(UnavailObjList); in CheckPage()498 if (m_PageObjList.empty()) in CheckPage()517 m_PageObjList.push_back(pKids->AsReference()->GetRefObjNum()); in GetPageKids()523 m_PageObjList.push_back(pRef->GetRefObjNum()); in GetPageKids()
225 std::vector<uint32_t> m_PageObjList; variable