/external/llvm-project/llvm/unittests/IR/ |
D | PassBuilderCallbacksTest.cpp | 418 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/ |
D | interface_serialization.h | 34 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);
|
D | associated_interface_ptr_state.h | 85 ScopedInterfaceEndpointHandle PassHandle(); 119 info.PassHandle(), info.version(), in Bind() 128 AssociatedInterfacePtrInfo<Interface> info(PassHandle(), version()); in PassInterface()
|
D | associated_interface_ptr_state.cc | 74 ScopedInterfaceEndpointHandle AssociatedInterfacePtrStateBase::PassHandle() { in PassHandle() function in mojo::internal::AssociatedInterfacePtrStateBase 75 auto handle = endpoint_client_->PassHandle(); in PassHandle()
|
D | interface_endpoint_client.cc | 181 ScopedInterfaceEndpointHandle InterfaceEndpointClient::PassHandle() { in PassHandle() function in mojo::InterfaceEndpointClient 215 auto handle = PassHandle(); in CloseWithReason()
|
D | interface_ptr_state.h | 148 InterfacePtrStateBase::Bind(info.PassHandle(), info.version(), in Bind()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | associated_binding.h | 120 BindImpl(request.PassHandle(), &stub_, 132 endpoint_client_->PassHandle()); in Unbind()
|
D | associated_interface_request.h | 55 ScopedInterfaceEndpointHandle PassHandle() { return std::move(handle_); } in PassHandle() function
|
D | interface_ptr_info.h | 47 ScopedMessagePipeHandle PassHandle() { return std::move(handle_); } in PassHandle() function
|
D | associated_interface_ptr_info.h | 50 ScopedInterfaceEndpointHandle PassHandle() { in PassHandle() function
|
D | interface_request.h | 160 proxy_info.PassHandle()); in FuseInterface()
|
D | interface_endpoint_client.h | 87 ScopedInterfaceEndpointHandle PassHandle();
|
/external/libchrome/ipc/ |
D | ipc_sync_message_filter.h | 57 GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
|
D | ipc_channel_proxy.h | 203 GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT() 223 GetGenericRemoteAssociatedInterface(Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
|
D | ipc_channel.h | 129 Interface::Name_, request.PassHandle()); in COMPONENT_EXPORT()
|
D | ipc_message_pipe_reader.cc | 115 delegate_->OnAssociatedInterfaceRequest(name, request.PassHandle()); in GetAssociatedInterface()
|
D | ipc_cpu_perftest.cc | 295 ignore_result(ping_receiver_.PassInterface().PassHandle().release()); in RunPingPongServer()
|
D | ipc_mojo_perftest.cc | 301 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/ |
D | associated_interface_unittest.cc | 110 ScopedInterfaceEndpointHandle handle = ptr_info.PassHandle(); in EmulatePassingAssociatedPtrInfo() 1183 AssociateWithDisconnectedPipe(MakeRequest(&sender).PassHandle()); in TEST_F()
|