Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dge_matcher.rs191 struct VeryLowNumber {} in ge_matches_with_custom_partial_ord() struct
193 impl std::cmp::PartialEq<u32> for VeryLowNumber { in ge_matches_with_custom_partial_ord() implementation
200 impl std::cmp::PartialOrd<u32> for VeryLowNumber { in ge_matches_with_custom_partial_ord() implementation
Dle_matcher.rs190 struct VeryLowNumber {} in le_matches_with_custom_partial_ord() struct
192 impl std::cmp::PartialEq<u32> for VeryLowNumber { in le_matches_with_custom_partial_ord() implementation
199 impl std::cmp::PartialOrd<u32> for VeryLowNumber { in le_matches_with_custom_partial_ord() implementation
Dgt_matcher.rs230 struct VeryLowNumber {} in gt_matches_with_custom_partial_ord() struct
232 impl std::cmp::PartialEq<u32> for VeryLowNumber { in gt_matches_with_custom_partial_ord() implementation
239 impl std::cmp::PartialOrd<u32> for VeryLowNumber { in gt_matches_with_custom_partial_ord() implementation
Dlt_matcher.rs199 struct VeryLowNumber {} in lt_matches_with_custom_partial_ord() struct
201 impl std::cmp::PartialEq<u32> for VeryLowNumber { in lt_matches_with_custom_partial_ord() implementation
208 impl std::cmp::PartialOrd<u32> for VeryLowNumber { in lt_matches_with_custom_partial_ord() implementation