Lines Matching refs:with_value
16 .with_value(&format_args!("1")) in destructure_tuples()
17 .and(expect::field("arg2").with_value(&format_args!("2"))) in destructure_tuples()
45 .with_value(&format_args!("1")) in destructure_nested_tuples()
46 .and(expect::field("arg2").with_value(&format_args!("2"))) in destructure_nested_tuples()
47 .and(expect::field("arg3").with_value(&format_args!("3"))) in destructure_nested_tuples()
48 .and(expect::field("arg4").with_value(&format_args!("4"))) in destructure_nested_tuples()
75 .with_fields(expect::field("arg1").with_value(&1usize).only()), in destructure_refs()
103 .with_value(&format_args!("1")) in destructure_tuple_structs()
104 .and(expect::field("arg2").with_value(&format_args!("2"))) in destructure_tuple_structs()
144 .with_value(&format_args!("1")) in destructure_structs()
145 .and(expect::field("arg2").with_value(&format_args!("2"))) in destructure_structs()
189 .with_value(&format_args!("1")) in destructure_everything()
190 .and(expect::field("arg2").with_value(&format_args!("2"))) in destructure_everything()
191 .and(expect::field("arg3").with_value(&format_args!("3"))) in destructure_everything()
192 .and(expect::field("arg4").with_value(&format_args!("4"))) in destructure_everything()