Searched refs:isWritable_ (Results 1 – 2 of 2) sorted by relevance
18 CoderInfo::MatchType isWritable_, in test() argument23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()42 if ( isWritable_ != CoderInfo::AnyMatch && in test()43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,2142 if ( isWritable_ != CoderInfo::AnyMatch &&2143 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||2144 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )