Lines Matching refs:get_from
8 let result = c.get_from(&m); in test_controlled_get_from()
21 c1.get_from(&m1)?; in test_controlled_get_from()
30 let result = c2.get_from(&m3); in test_controlled_get_from()
45 let result = c.get_from(&m); in test_controlling_get_from()
58 c1.get_from(&m1)?; in test_controlling_get_from()
67 let result = c2.get_from(&m3); in test_controlling_get_from()
84 let result = c.get_from(&m); in test_control_get_from()
95 let result = c.get_from(&m); in test_control_get_from()
111 c1.get_from(&m1)?; in test_control_get_from()
120 let result = c2.get_from(&m3); in test_control_get_from()
133 let result = c.get_from(&m); in test_control_get_from()
149 c1.get_from(&m1)?; in test_control_get_from()
158 let result = c2.get_from(&m3); in test_control_get_from()