Searched refs:result_handle (Results 1 – 5 of 5) sorted by relevance
28 SharedBufferHandle result_handle; in Clone() local29 MojoDuplicateBufferHandle(value(), &options, result_handle.mutable_value()); in Clone()30 result.reset(result_handle); in Clone()
108 IPC::ChannelHandle result_handle; in TEST() local109 EXPECT_TRUE(IPC::ReadParam(&message, &iter, &result_handle)); in TEST()110 EXPECT_EQ(channel_handle.mojo_handle, result_handle.mojo_handle); in TEST()
286 Handle<Object> result_handle = custom.Call(call_data); in HandleApiCallAsFunctionOrConstructor() local287 if (result_handle.is_null()) { in HandleApiCallAsFunctionOrConstructor()290 result = *result_handle; in HandleApiCallAsFunctionOrConstructor()
141 TensorHandle* result_handle = nullptr; in MaybeCopyInputToExpectedDevice() local143 *handle, ctx, expected_input_device->name().c_str(), &result_handle); in MaybeCopyInputToExpectedDevice()164 if (result_handle != nullptr) result_handle->Unref(); in MaybeCopyInputToExpectedDevice()172 *handle = result_handle; in MaybeCopyInputToExpectedDevice()
2647 Handle<Object> result_handle = custom.Call(*call_handler_info); in RUNTIME_FUNCTION() local2649 if (result_handle.is_null()) return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()2650 return *result_handle; in RUNTIME_FUNCTION()