Lines Matching refs:out1
66 zx_handle_t out0, out1; in close_single_present_handle() local
67 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_single_present_handle()
69 channel_1 = zx::channel(out1); in close_single_present_handle()
100 zx_handle_t out0, out1; in close_multiple_present_handles_with_some_invalid() local
101 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_multiple_present_handles_with_some_invalid()
103 channels_1[i] = zx::channel(out1); in close_multiple_present_handles_with_some_invalid()
155 zx_handle_t out0, out1; in close_array_of_present_handles() local
156 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_array_of_present_handles()
158 channels_1[i] = zx::channel(out1); in close_array_of_present_handles()
209 zx_handle_t out0, out1; in close_out_of_line_array_of_nonnullable_handles() local
210 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_out_of_line_array_of_nonnullable_handles()
212 channels_1[i] = zx::channel(out1); in close_out_of_line_array_of_nonnullable_handles()
293 zx_handle_t out0, out1; in close_present_too_large_nullable_vector_of_handles() local
294 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_present_too_large_nullable_vector_of_handles()
296 channels_1[i] = zx::channel(out1); in close_present_too_large_nullable_vector_of_handles()