Searched refs:TrueMatch (Results 1 – 4 of 4) sorted by relevance
29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()57 (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) || in test()107 failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()110 failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch); in main()113 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch); in main()
25 TrueMatch, // match coder if true enumerator
2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||2131 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||2137 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
466 enumerations must be specified like "CoderInfo::TrueMatch" rather467 than just "TrueMatch". Hopefully not a problem since this