Searched refs:isReadable (Results 1 – 7 of 7) sorted by relevance
29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()35 << static_cast<int>(entry->isReadable()) in test()
57 bool isReadable(void) const;
2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||2126 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
68 public boolean isReadable() { in isReadable() method in MethodProperty
64 public boolean isReadable() { in isReadable() method in Property
112 if (property.isReadable() && (allowReadOnlyProperties || property.isWritable())) { in createPropertySet()
120 bool Magick::CoderInfo::isReadable(void) const in isReadable() function in Magick::CoderInfo