AnyMatch         2019 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
AnyMatch         2020 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
AnyMatch         2021 Magick++/lib/Magick++/STL.h                       CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
AnyMatch         2054 Magick++/lib/Magick++/STL.h           if ( isReadable_ != CoderInfo::AnyMatch &&
AnyMatch         2060 Magick++/lib/Magick++/STL.h           if ( isWritable_ != CoderInfo::AnyMatch &&
AnyMatch         2066 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);