Home
last modified time | relevance | path

Searched refs:call_me (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/extension/io/tiff/detail/
Ddevice.hpp41 bool call_me(typename Property:: type& value, std::shared_ptr<TIFF>& file);
47 bool call_me(const typename Property:: type& value, std::shared_ptr<TIFF>& file) const;
54 bool call_me(typename Property::type & value, std::shared_ptr<TIFF>& file) const in call_me() function
68 bool call_me(typename Property::type& vs, std::shared_ptr<TIFF>& file) const in call_me() function
86 bool call_me(typename Property:: type const & value, std::shared_ptr<TIFF>& file) const in call_me() function
104 bool call_me(typename Property:: type const & values, std::shared_ptr<TIFF>& file) const in call_me() function
132 …return get_property_f<mp11::mp_size<typename Property::arg_types>::value>().template call_me<Prope… in get_property()
140 …return set_property_f<mp11::mp_size<typename Property::arg_types>::value>().template call_me<Prope… in set_property()