Searched refs:CountTopElements (Results 1 – 2 of 2) sorted by relevance
56 pdfium::base::CheckedNumeric<int> tmp_size = tree->CountTopElements(); in FPDF_StructTree_CountChildren()64 static_cast<size_t>(index) >= tree->CountTopElements()) { in FPDF_StructTree_GetChildAtIndex()
29 size_t CountTopElements() const { return m_Kids.size(); } in CountTopElements() function