Searched refs:CountTopElements (Results 1 – 4 of 4) sorted by relevance
41 return tree ? tree->CountTopElements() : -1; in FPDF_StructTree_CountChildren()47 if (!tree || index < 0 || index >= tree->CountTopElements()) in FPDF_StructTree_GetChildAtIndex()
25 virtual int CountTopElements() const = 0;
40 int CountTopElements() const override;
65 int CPDF_StructTree::CountTopElements() const { in CountTopElements() function in CPDF_StructTree