Home
last modified time | relevance | path

Searched refs:PassHandle (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp418 MockPassHandle<IRUnitT> PassHandle; member in __anona00a216b0111::PassBuilderCallbacksTest
477 PM.addPass(PassHandle.getPass()); in PassBuilderCallbacksTest()
502 EXPECT_CALL(PassHandle, run(HasName("<string>"), _)) in TEST_F()
514 EXPECT_CALL(PassHandle, run(HasName("<string>"), _)) in TEST_F()
573 EXPECT_CALL(PassHandle, run(HasName("<string>"), _)).Times(0); in TEST_F()
675 EXPECT_CALL(PassHandle, run(HasName("foo"), _)) in TEST_F()
691 EXPECT_CALL(PassHandle, run(HasName("foo"), _)) in TEST_F()
751 EXPECT_CALL(PassHandle, run(HasName("foo"), _)).Times(0); in TEST_F()
782 EXPECT_CALL(PassHandle, run(HasName("loop"), _, _, _)) in TEST_F()
799 EXPECT_CALL(PassHandle, run(HasName("loop"), _, _, _)) in TEST_F()
[all …]
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_serialization.h34 context->AddAssociatedInterfaceInfo(input.PassHandle(), input.version(),
61 context->AddAssociatedEndpoint(input.PassHandle(), output);
84 context->AddInterfaceInfo(info.PassHandle(), info.version(), output);
104 context->AddInterfaceInfo(input.PassHandle(), input.version(), output);
Dassociated_interface_ptr_state.h85 ScopedInterfaceEndpointHandle PassHandle();
119 info.PassHandle(), info.version(), in Bind()
128 AssociatedInterfacePtrInfo<Interface> info(PassHandle(), version()); in PassInterface()
Dassociated_interface_ptr_state.cc74 ScopedInterfaceEndpointHandle AssociatedInterfacePtrStateBase::PassHandle() { in PassHandle() function in mojo::internal::AssociatedInterfacePtrStateBase
75 auto handle = endpoint_client_->PassHandle(); in PassHandle()
Dinterface_endpoint_client.cc181 ScopedInterfaceEndpointHandle InterfaceEndpointClient::PassHandle() { in PassHandle() function in mojo::InterfaceEndpointClient
215 auto handle = PassHandle(); in CloseWithReason()
Dinterface_ptr_state.h148 InterfacePtrStateBase::Bind(info.PassHandle(), info.version(), in Bind()
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_binding.h120 BindImpl(request.PassHandle(), &stub_,
132 endpoint_client_->PassHandle()); in Unbind()
Dassociated_interface_request.h55 ScopedInterfaceEndpointHandle PassHandle() { return std::move(handle_); } in PassHandle() function
Dinterface_ptr_info.h47 ScopedMessagePipeHandle PassHandle() { return std::move(handle_); } in PassHandle() function
Dassociated_interface_ptr_info.h50 ScopedInterfaceEndpointHandle PassHandle() { in PassHandle() function
Dinterface_request.h160 proxy_info.PassHandle()); in FuseInterface()
Dinterface_endpoint_client.h87 ScopedInterfaceEndpointHandle PassHandle();
/external/libchrome/ipc/
Dipc_sync_message_filter.h57 GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
Dipc_channel_proxy.h203 GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
223 GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
Dipc_channel.h129 Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
Dipc_message_pipe_reader.cc115 delegate_->OnAssociatedInterfaceRequest(name, request.PassHandle()); in GetAssociatedInterface()
Dipc_cpu_perftest.cc295 ignore_result(ping_receiver_.PassInterface().PassHandle().release()); in RunPingPongServer()
Dipc_mojo_perftest.cc301 ignore_result(ping_receiver_.PassInterface().PassHandle().release()); in RunPingPongServer()
446 ignore_result(driver_ptr_.PassInterface().PassHandle().release()); in RunInterfacePassingServer()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc110 ScopedInterfaceEndpointHandle handle = ptr_info.PassHandle(); in EmulatePassingAssociatedPtrInfo()
1183 AssociateWithDisconnectedPipe(MakeRequest(&sender).PassHandle()); in TEST_F()