AnyMatch         2119 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
AnyMatch         2120 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
AnyMatch         2121 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
AnyMatch         2153 Magick++/lib/Magick++/STL.h           if ( isReadable_ != CoderInfo::AnyMatch &&
AnyMatch         2159 Magick++/lib/Magick++/STL.h           if ( isWritable_ != CoderInfo::AnyMatch &&
AnyMatch         2165 Magick++/lib/Magick++/STL.h           if ( isMultiFrame_ != CoderInfo::AnyMatch &&
AnyMatch           28 Magick++/tests/coderInfo.cpp       if ( isReadable_ != CoderInfo::AnyMatch &&
AnyMatch           42 Magick++/tests/coderInfo.cpp       if ( isWritable_ != CoderInfo::AnyMatch &&
AnyMatch           56 Magick++/tests/coderInfo.cpp       if ( isMultiFrame_ != CoderInfo::AnyMatch &&
AnyMatch          104 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch);
AnyMatch          107 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch);
AnyMatch          108 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::FalseMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch);
AnyMatch          110 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch);
AnyMatch          111 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::FalseMatch,CoderInfo::AnyMatch);
AnyMatch          113 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch);
AnyMatch          114 Magick++/tests/coderInfo.cpp     failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::FalseMatch);