Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.cpp87 const CPDF_Object* CPDF_Dictionary::GetDirectObjectForInternal( in GetDirectObjectForInternal() function in CPDF_Dictionary
95 return pdfium::WrapRetain(GetDirectObjectForInternal(key)); in GetDirectObjectFor()
101 const_cast<CPDF_Object*>(GetDirectObjectForInternal(key))); in GetMutableDirectObjectFor()
159 const CPDF_Object* p = GetDirectObjectForInternal(key); in GetDictForInternal()
184 return ToArray(GetDirectObjectForInternal(key)); in GetArrayForInternal()
207 return ToStream(GetDirectObjectForInternal(key)); in GetStreamForInternal()
H A Dcpdf_dictionary.h131 const CPDF_Object* GetDirectObjectForInternal(const ByteString& key) const;