Searched refs:probe_type (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/ |
D | tests.rs | 58 ac.assert_min(1, 27, ac.probe_type(&dyn_add_rhs_output)); in probe_add() 69 assert!(ac.probe_type(&as_ref_str)); in probe_as_ref() 70 ac.assert_min(1, 27, ac.probe_type(&dyn_as_ref_str)); in probe_as_ref() 78 ac.assert_min(1, 26, ac.probe_type("i128")); in probe_i128() 90 ac.assert_min(1, 12, ac.probe_type(&sum_i32)); in probe_sum() 91 ac.assert_min(1, 27, ac.probe_type(&dyn_sum_i32)); in probe_sum() 115 assert!(ac.probe_type("i32")); in probe_no_std() 116 assert!(ac.probe_type("[i32]")); in probe_no_std() 117 ac.assert_std(ac.probe_type("Vec<i32>")); in probe_no_std()
|
D | lib.rs | 322 pub fn probe_type(&self, name: &str) -> bool { in probe_type() method 332 if self.probe_type(name) { in emit_has_type() 339 if self.probe_type(name) { in emit_type_cfg()
|