Searched refs:CountNames (Results 1 – 1 of 1) sorted by relevance
170 static int CountNames(CPDF_Dictionary* pNode, int nLevel = 0) { in CountNames() function188 nCount += CountNames(pKid, nLevel + 1); in CountNames()196 return ::CountNames(m_pRoot); in GetCount()