HomeSort by relevance Sort by last modified time
    Searched refs:Identical (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 146 FX_BOOL Identical(CPDF_Boolean* pOther) const {
171 FX_BOOL Identical(CPDF_Number* pOther) const;
221 FX_BOOL Identical(CPDF_String* pOther) const {
251 FX_BOOL Identical(CPDF_Name* pOther) const {
326 FX_BOOL Identical(CPDF_Array* pOther) const;
425 FX_BOOL Identical(CPDF_Dictionary* pDict) const;
466 FX_BOOL Identical(CPDF_Stream* pOther) const;
563 FX_BOOL Identical(CPDF_Reference* pOther) const {
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 209 return AsBoolean()->Identical(pOther->AsBoolean());
211 return AsNumber()->Identical(pOther->AsNumber());
213 return AsString()->Identical(pOther->AsString());
215 return AsName()->Identical(pOther->AsName());
217 return AsArray()->Identical(pOther->AsArray());
219 return AsDictionary()->Identical(pOther->AsDictionary());
223 return AsStream()->Identical(pOther->AsStream());
225 return AsReference()->Identical(pOther->AsReference());
414 FX_BOOL CPDF_Number::Identical(CPDF_Number* pOther) const {
570 FX_BOOL CPDF_Array::Identical(CPDF_Array* pOther) const
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
341 identical to EXT_texture_array):
372 Change section (page 180) to say (spec changes identical to
    [all...]

Completed in 206 milliseconds