Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:IsBoolean

345   return IsBoolean() ? static_cast<CPDF_Boolean*>(this) : nullptr;
349 return IsBoolean() ? static_cast<const CPDF_Boolean*>(this) : nullptr;