Home
last modified time | relevance | path

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

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/rexif-0.7.3/src/
H A Dexif.rs165 IfdFormat::Undefined, -1i32, -1i32, undefined_as_encoded_string), in tag_to_exif()
395 IfdFormat::Undefined, -1i32, -1i32, undefined_as_encoded_string), in tag_to_exif()
398 "none", IfdFormat::Undefined, -1i32, -1i32, undefined_as_encoded_string), in tag_to_exif()
H A Dexifreadable.rs351 pub(crate) fn undefined_as_encoded_string(e: &TagValue) -> Option<Cow<'static, str>> { in undefined_as_encoded_string() function