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()
2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,2136 if ( isReadable_ != CoderInfo::AnyMatch &&2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )