HomeSort by relevance Sort by last modified time
    Searched defs:PassHandle (Results 1 - 6 of 6) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/
associated_interface_request.h 55 ScopedInterfaceEndpointHandle PassHandle() { return std::move(handle_); }
interface_ptr_info.h 47 ScopedMessagePipeHandle PassHandle() { return std::move(handle_); }
associated_interface_ptr_info.h 50 ScopedInterfaceEndpointHandle PassHandle() {
  /external/libchrome/mojo/public/cpp/bindings/lib/
associated_interface_ptr_state.cc 74 ScopedInterfaceEndpointHandle AssociatedInterfacePtrStateBase::PassHandle() {
75 auto handle = endpoint_client_->PassHandle();
interface_endpoint_client.cc 181 ScopedInterfaceEndpointHandle InterfaceEndpointClient::PassHandle() {
215 auto handle = PassHandle();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PassBuilderCallbacksTest.cpp 290 MockPassHandle<IRUnitT> PassHandle;
344 PM.addPass(PassHandle.getPass());
388 EXPECT_CALL(PassHandle, run(HasName("<string>"), _))
399 EXPECT_CALL(PassHandle, run(HasName("foo"), _))
410 EXPECT_CALL(PassHandle, run(HasName("loop"), _, _, _))
421 EXPECT_CALL(PassHandle, run(HasName("(foo)"), _, _, _))
495 PM.addPass(PassHandle.getPass());
505 EXPECT_CALL(PassHandle, run(HasName("<string>"), _))

Completed in 370 milliseconds