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

  /external/libchrome/mojo/public/cpp/platform/
platform_channel_server_endpoint.cc 9 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint() = default;
11 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint(
12 PlatformChannelServerEndpoint&& other) = default;
14 PlatformChannelServerEndpoint::PlatformChannelServerEndpoint(
18 PlatformChannelServerEndpoint::~PlatformChannelServerEndpoint() = default;
20 PlatformChannelServerEndpoint& PlatformChannelServerEndpoint::operator=
    [all...]
platform_channel_server_endpoint.h 18 class COMPONENT_EXPORT(MOJO_CPP_PLATFORM) PlatformChannelServerEndpoint {
20 PlatformChannelServerEndpoint();
21 PlatformChannelServerEndpoint(PlatformChannelServerEndpoint&& other);
22 explicit PlatformChannelServerEndpoint(PlatformHandle handle);
23 ~PlatformChannelServerEndpoint();
25 PlatformChannelServerEndpoint& operator=(
26 PlatformChannelServerEndpoint&& other);
30 PlatformChannelServerEndpoint Clone() const;
41 DISALLOW_COPY_AND_ASSIGN(PlatformChannelServerEndpoint);
    [all...]

Completed in 1367 milliseconds