Searched refs:is_allowed (Results 1 – 16 of 16) sorted by relevance
18 bool is_allowed( const image_read_info< jpeg_tag >& info in is_allowed() function36 bool is_allowed( const image_read_info< jpeg_tag >& /* info */ in is_allowed() function
109 io_error_if( !detail::is_allowed< View >( this->_info in apply()
18 bool is_allowed( const image_read_info< png_tag >& info in is_allowed() function34 bool is_allowed( const image_read_info< png_tag >& /* info */ in is_allowed() function
256 io_error_if( !detail::is_allowed< View >( this->_info in read_rows()
18 bool is_allowed( const image_read_info< targa_tag >& info in is_allowed() function46 bool is_allowed( const image_read_info< targa_tag >& /* info */ in is_allowed() function
92 io_error_if( !detail::is_allowed< View >( this->_info, is_read_and_convert_t() ) in apply()
18 bool is_allowed( const image_read_info< pnm_tag >& info in is_allowed() function42 bool is_allowed( const image_read_info< pnm_tag >& /* info */ in is_allowed() function
94 io_error_if( !detail::is_allowed< View >( this->_info in apply()
19 bool is_allowed( const image_read_info< raw_tag >& info in is_allowed() function37 bool is_allowed( const image_read_info< raw_tag >& /* info */ in is_allowed() function
110 io_error_if( !detail::is_allowed< View >( this->_info in apply()169 return is_allowed<view_t>(_info, std::true_type{}); in apply()
19 bool is_allowed( const image_read_info< bmp_tag >& info in is_allowed() function75 bool is_allowed( const image_read_info< bmp_tag >& /* info */ in is_allowed() function
107 io_error_if( !detail::is_allowed< View >( this->_info in apply()
213 bool is_allowed( const image_read_info< tiff_tag >& info in is_allowed() function242 bool is_allowed( const image_read_info< tiff_tag >& /* info */ in is_allowed() function
183 io_error_if( !detail::is_allowed< View >( this->_info in apply()699 return is_allowed< view_t >( _info in apply()
52 base::OnceCallback<void(bool ask_user, bool is_allowed)> callback)
70 base::OnceCallback<void(bool ask_user, bool is_allowed)> callback) { in CheckRecognitionIsAllowed()