Searched refs:IsDictionary (Results 1 – 15 of 15) sorted by relevance
107 if (pFields->IsDictionary()) in GetFieldsCount()134 if (pFields->IsDictionary() || pFields->IsString()) { in GetAllFields()167 if (pFields->IsDictionary() || pFields->IsString()) { in GetField()229 if (pNext->IsDictionary()) in GetSubActionsCount()
84 if (pKids->IsDictionary()) in LoadPageTree()162 if (pObj->IsDictionary()) { in AddTopLevelNode()314 if (pAttrs->IsDictionary()) { in FindAttrDict()
20 if (!pPage->IsDictionary()) in GetPageIndex()34 if (pPage->IsDictionary()) in GetPageObjNum()
159 if (elements->IsDictionary()) { in RUNTIME_FUNCTION()202 if (!array->elements()->IsDictionary()) { in RUNTIME_FUNCTION()
353 return IsDictionary() ? static_cast<CPDF_Dictionary*>(this) : nullptr; in AsDictionary()357 return IsDictionary() ? static_cast<const CPDF_Dictionary*>(this) : nullptr; in AsDictionary()698 ASSERT(IsDictionary()); in SetAt()
876 if (!pObj->IsDictionary() && !pObj->AsStream()) { in RebuildCrossRef()3421 if (!pObj->IsDictionary()) { in CheckPage()4033 if (!pTrailer->IsDictionary()) in CheckTrailer()4150 if (!pPage->IsDictionary()) { in CheckUnkownPageNode()
145 if (fixed_array->IsDictionary()) { in CountFixedArray()
169 if (pObj->IsDictionary()) in FPDFPage_TransFormWithClip()
23 DCHECK(dictionary_->IsDictionary()); in TypeFeedbackOracle()
898 bool Object::IsDictionary() const { in IsDictionary() function905 return IsDictionary(); in IsNameDictionary()909 bool Object::IsGlobalDictionary() const { return IsDictionary(); } in IsGlobalDictionary()913 return IsDictionary(); in IsSeededNumberDictionary()918 return IsDictionary(); in IsUnseededNumberDictionary()6664 fixed_array->IsDictionary()) || in GetElementsKind()7081 DCHECK(properties()->IsDictionary() == map()->is_dictionary_map()); in HasFastProperties()7082 return !properties()->IsDictionary(); in HasFastProperties()
2174 DCHECK(!to->IsDictionary()); in CopyElementsImpl()
5882 if (elements->IsDictionary()) { in NormalizeElements()7492 kind = arguments->IsDictionary() ? DICTIONARY_ELEMENTS : in ReferencesObject()16558 if (arguments->IsDictionary()) { in GetOwnElementKeys()
88 bool IsDictionary() const { return m_Type == PDFOBJ_DICTIONARY; } in IsDictionary() function
881 if (pFuncObj && (pFuncObj->IsDictionary() || pFuncObj->IsStream())) in LoadSMask()
1197 if (!pPattern || (!pPattern->IsDictionary() && !pPattern->IsStream())) { in FindPattern()