Searched refs:to_mdf (Results 1 – 2 of 2) sorted by relevance
342 pub fn to_mdf(&self) -> Mdf { in to_mdf() method784 assert_eq!(of.valid(), of.to_mdf().valid()); in test_of_to_mdf()801 assert_eq!(of, of.to_mdf().to_of()); in test_of_to_mdf_to_of()811 assert_eq!(mdf, mdf.to_of().to_mdf()); in test_mdf_to_of_to_mdf()
766 self.of().to_mdf() in mdf()