Records

Functions

  • template <typename ServerImpl, typename OnUnbound = std::nullptr_t>
    ServerBindingRef<typename ServerImpl::_EnclosingProtocol> BindServer (async_dispatcher_t * dispatcher, ServerEnd<typename ServerImpl::_EnclosingProtocol> server_end, ServerImpl * impl, OnUnbound && on_unbound)

    Defined at line 178 of file ../../src/lib/fidl/llcpp/tests/transport/transport_socket.h

  • template <typename ServerImpl, typename OnUnbound = std::nullptr_t>
    ServerBindingRef<typename ServerImpl::_EnclosingProtocol> BindServer (async_dispatcher_t * dispatcher, ServerEnd<typename ServerImpl::_EnclosingProtocol> server_end, std::unique_ptr<ServerImpl> && impl, OnUnbound && on_unbound)

    Defined at line 190 of file ../../src/lib/fidl/llcpp/tests/transport/transport_socket.h

  • template <typename ServerImpltypename OnUnbound = std::nullptr_t>
    ServerBindingRef<typename ServerImpl::_EnclosingProtocol> BindServer (async_dispatcher_t * dispatcherServerEnd<typename ServerImpl::_EnclosingProtocol> server_endstd::shared_ptr<ServerImpl> implOnUnbound && on_unbound)

    Defined at line 203 of file ../../src/lib/fidl/llcpp/tests/transport/transport_socket.h