Home
last modified time | relevance | path

Searched defs:PythonEntry (Results 1 – 1 of 1) sorted by relevance

/third_party/libexif/contrib/c++/
Dexif_module.cxx50 struct PythonEntry : public Exif::Entry struct
52 PythonEntry() {} in PythonEntry() argument
53 PythonEntry(Exif::Entry const &other) : Exif::Entry(other) {} in PythonEntry() argument
55 object component(long index) const in component()
81 object data() const in data()
95 Type extractComponent(unsigned int index, object value, in extractComponent()
107 void setComponent(unsigned int index, object value) in setComponent()
140 void setData(object data) in setData()