Lines Matching refs:value
238 void setByte(unsigned int index, ExifByte value) const
249 + index * exif_format_get_size(entry_->format)) = value;
264 void setShort(unsigned int index, ExifShort value) const
277 value);
280 void setLong(unsigned int index, ExifLong value) const
293 value);
296 void setSLong(unsigned int index, ExifSLong value) const
309 value);
312 void setRational(unsigned int index, ExifRational value) const
325 value);
328 void setSRational(unsigned int index, ExifSRational value) const
341 value);
344 const char *value()
434 const char *value(ExifTag tag)