Searched refs:isReadable_ (Results 1 – 2 of 2) sorted by relevance
17 int test( CoderInfo::MatchType isReadable_, in test() argument23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()28 if ( isReadable_ != CoderInfo::AnyMatch && in test()29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()
2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,2124 if ( isReadable_ != CoderInfo::AnyMatch &&2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||2126 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )