Searched defs:Identical (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h128 FX_BOOL Identical(CPDF_Boolean* pOther) const function in class:CPDF_Boolean
174 FX_BOOL Identical(CPDF_Number* pOther) const;
251 FX_BOOL Identical(CPDF_String* pOther) const function in class:CPDF_String
306 FX_BOOL Identical(CPDF_Name* pOther) const function in class:CPDF_Name
407 FX_BOOL Identical(CPDF_Array* pOther) const;
521 FX_BOOL Identical(CPDF_Dictionary* pDict) const;
559 FX_BOOL Identical(CPDF_Stream* pOther) const;
737 FX_BOOL Identical(CPDF_Reference* pOther) const function in class:CPDF_Reference
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp223 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 function in class:CPDF_Number
588 FX_BOOL CPDF_Array::Identical(CPDF_Arra function in class:CPDF_Array
844 FX_BOOL CPDF_Dictionary::Identical(CPDF_Dictionary* pOther) const function in class:CPDF_Dictionary
1015 FX_BOOL CPDF_Stream::Identical(CPDF_Stream* pOther) const function in class:CPDF_Stream
[all...]

Completed in 69 milliseconds