Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:IsIdentical

193 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const
203 return GetDirect()->IsIdentical(pOther);
205 return IsIdentical(pOther->GetDirect());
564 if (!((CPDF_Object*)m_Objects[i])->IsIdentical((CPDF_Object*)pOther->m_Objects[i])) {
804 if (!((CPDF_Object*)value)->IsIdentical(pOther->GetElement(key))) {