Home
last modified time | relevance | path

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

/third_party/libexif/contrib/c++/
Dexif_module.cxx189 struct PythonContent : public Exif::Content struct
193 PythonContent() {} in PythonContent() function
194 PythonContent(Exif::Content const &other) : Exif::Content(other) {} in PythonContent() argument
196 PythonEntry entry(object index) in entry()
242 typedef WrappedObjectIterator<PythonContent, ExifContent *> iterator; argument