Searched refs:FalseMatch (Results 1 – 3 of 3) sorted by relevance
30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()58 ( !entry->isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) ) in test()105 failures += test(CoderInfo::FalseMatch,CoderInfo::FalseMatch,CoderInfo::FalseMatch); in main()108 failures += test(CoderInfo::FalseMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()111 failures += test(CoderInfo::AnyMatch,CoderInfo::FalseMatch,CoderInfo::AnyMatch); in main()114 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::FalseMatch); in main()
26 FalseMatch // match coder if false enumerator
2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )2144 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )2150 ( !coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )