Home
last modified time | relevance | path

Searched refs:GetRootForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_nametree_unittest.cpp257 name_tree->GetRootForTesting()->GetArrayFor("Kids")->GetDictAt(0); in TEST()
304 name_tree->GetRootForTesting()->GetArrayFor("Kids")->GetDictAt(0); in TEST()
378 EXPECT_EQ(1u, name_tree->GetRootForTesting()->GetArrayFor("Kids")->size()); in TEST()
380 EXPECT_EQ(0u, name_tree->GetRootForTesting()->GetArrayFor("Kids")->size()); in TEST()
H A Dcpdf_nametree.h52 CPDF_Dictionary* GetRootForTesting() const { return m_pRoot.Get(); } in GetRootForTesting() function