Searched defs:IsName (Results 1 – 3 of 3) sorted by relevance
38 bool CPDF_Name::IsName() const { in IsName() function in CPDF_Name
85 bool CPDF_Object::IsName() const { in IsName() function in CPDF_Object
405 bool IsName() const { return Is(OtherKind::Name); } in IsName() function