Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:Identical

223             return (((CPDF_Boolean*)this)->Identical((CPDF_Boolean*)pOther));

225 return (((CPDF_Number*)this)->Identical((CPDF_Number*)pOther));
227 return (((CPDF_String*)this)->Identical((CPDF_String*)pOther));
229 return (((CPDF_Name*)this)->Identical((CPDF_Name*)pOther));
231 return (((CPDF_Array*)this)->Identical((CPDF_Array*)pOther));
233 return (((CPDF_Dictionary*)this)->Identical((CPDF_Dictionary*)pOther));
237 return (((CPDF_Stream*)this)->Identical((CPDF_Stream*)pOther));
239 return (((CPDF_Reference*)this)->Identical((CPDF_Reference*)pOther));
390 FX_BOOL CPDF_Number::Identical(CPDF_Number* pOther) const
588 FX_BOOL CPDF_Array::Identical(CPDF_Array* pOther) const
844 FX_BOOL CPDF_Dictionary::Identical(CPDF_Dictionary* pOther) const
1015 FX_BOOL CPDF_Stream::Identical(CPDF_Stream* pOther) const
1017 if (!m_pDict->Identical(pOther->m_pDict)) {