Home
last modified time | relevance | path

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

/external/rust/crates/tracing-core/src/
Dfield.rs345 pub struct DisplayValue<T: fmt::Display>(T); struct
666 impl<T: fmt::Display> crate::sealed::Sealed for DisplayValue<T> {} implementation
668 impl<T> Value for DisplayValue<T> implementation
677 impl<T: fmt::Display> fmt::Debug for DisplayValue<T> { implementation
683 impl<T: fmt::Display> fmt::Display for DisplayValue<T> { implementation
/external/pdfium/third_party/lcms/src/
Dcmsnamed.c927 …, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue) in cmsDictAddEntry()
Dcmstypes.c4972 _cmsDICelem Name, Value, DisplayName, DisplayValue; member
/external/pdfium/third_party/lcms/include/
Dlcms2.h1453 cmsMLU *DisplayValue; member