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