Lines Matching refs:entry
24 #include <libexif/exif-entry.h>
59 // construct an empty entry, FIXME: is this needed in the public API?
64 // construct an entry for the given tag
79 Entry(ExifEntry *entry)
80 : entry_(entry)
412 "Exif::Content: numeric entry index out of range");
423 void add(Entry &entry)
425 exif_content_add_entry(content_, entry.entry_);
428 void remove(Entry &entry)
430 exif_content_remove_entry(content_, entry.entry_);