Home
last modified time | relevance | path

Searched refs:impl_cmp (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dlib.rs2322 macro_rules! impl_cmp { macro
2354 impl_cmp!(RelativePathBuf, RelativePath);
2355 impl_cmp!(RelativePathBuf, &'a RelativePath);
2356 impl_cmp!(Cow<'a, RelativePath>, RelativePath);
2357 impl_cmp!(Cow<'a, RelativePath>, &'b RelativePath);
2358 impl_cmp!(Cow<'a, RelativePath>, RelativePathBuf);
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dlib.rs2322 macro_rules! impl_cmp { macro
2354 impl_cmp!(RelativePathBuf, RelativePath);
2355 impl_cmp!(RelativePathBuf, &'a RelativePath);
2356 impl_cmp!(Cow<'a, RelativePath>, RelativePath);
2357 impl_cmp!(Cow<'a, RelativePath>, &'b RelativePath);
2358 impl_cmp!(Cow<'a, RelativePath>, RelativePathBuf);
/external/rust/android-crates-io/crates/camino/src/
Dlib.rs2878 macro_rules! impl_cmp { macro
2914 impl_cmp!(Utf8PathBuf, Utf8Path);
2915 impl_cmp!(Utf8PathBuf, &'a Utf8Path);
2916 impl_cmp!(Cow<'a, Utf8Path>, Utf8Path);
2917 impl_cmp!(Cow<'a, Utf8Path>, &'b Utf8Path);
2918 impl_cmp!(Cow<'a, Utf8Path>, Utf8PathBuf);