AnyMatch         2046 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
AnyMatch         2047 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
AnyMatch         2048 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
AnyMatch         2081 Magick++/lib/Magick++/STL.h           if ( isReadable_ != CoderInfo::AnyMatch &&
AnyMatch         2087 Magick++/lib/Magick++/STL.h           if ( isWritable_ != CoderInfo::AnyMatch &&
AnyMatch         2093 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);