Home
last modified time | relevance | path

Searched defs:Endpoint (Results 1 – 25 of 46) sorted by relevance

12

/external/crosvm/third_party/vmm_vhost/src/connection/
Dvfio.rs93 type Endpoint = Endpoint<MasterReq, D>; typedef
95 fn accept(&mut self) -> Result<Option<Self::Endpoint>> { in accept()
121 pub struct Endpoint<R: Req, D: Device> { struct
126 impl<D: Device, R: Req> From<D> for Endpoint<R, D> { implementation
135 impl<R: Req, D: Device> EndpointTrait<R> for Endpoint<R, D> { implementation
175 impl<R: Req, D: Device> AsRawDescriptor for Endpoint<R, D> { implementation
Dsocket.rs76 type Endpoint = Endpoint<MasterReq>; typedef
84 fn accept(&mut self) -> Result<Option<Self::Endpoint>> { in accept()
125 pub struct Endpoint<R: Req> { struct
130 impl<R: Req> From<SystemStream> for Endpoint<R> { argument
139 impl<R: Req> EndpointTrait<R> for Endpoint<R> { implementation
232 impl<T: Req> AsRawDescriptor for Endpoint<T> { implementation
238 impl<T: Req> AsMut<SystemStream> for Endpoint<T> { implementation
/external/perfetto/src/websocket_bridge/
Dwebsocket_bridge.cc35 struct Endpoint { struct
36 const char* uri;
37 const char* endpoint;
38 base::SockFamily family;
/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
DEndpoint.java42 class Endpoint { class
49 public Endpoint(List<Channel> channels) { in Endpoint() method in Endpoint
64 BiFunction<Endpoint, PendingRpc, CallT> createCall, in invokeRpc()
88 int channelId, Method method, BiFunction<Endpoint, PendingRpc, CallT> createCall) { in openRpc()
96 int channelId, Method method, BiFunction<Endpoint, PendingRpc, CallT> createCall) { in createCall()
DMethodClient.java194 invokeFuture(BiFunction<Endpoint, PendingRpc, CallT> createCall, @Nullable MessageLite request) { in invokeFuture()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_utils.cc34 struct Endpoint { struct
35 Node* node;
36 int index;
39 string name() const { in name()
47 DataType dtype() const { return node->output_type(index); } in dtype()
Dmemory_types.cc31 struct Endpoint { struct
32 int node_id;
33 int output_index;
Dinline_function_utils.cc68 struct Endpoint { struct
69 Node* node;
70 int index;
73 string name() const { in name()
81 DataType dtype() const { return node->output_type(index); } in dtype()
Dfunction.cc74 struct Endpoint { struct
75 Node* node;
76 int index;
79 string name() const { in name()
87 DataType dtype() const { return node->output_type(index); } in dtype()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dport.cc17 Endpoint::Endpoint(Simulator* simulator, std::string name) in Endpoint() function in quic::simulator::Endpoint
/external/crosvm/third_party/vmm_vhost/src/
Dconnection.rs38 type Endpoint; typedef
41 fn accept(&mut self) -> Result<Option<Self::Endpoint>>; in accept()
48 pub trait Endpoint<R: Req>: Send { interface
/external/cronet/net/socket/
Dconnect_job_factory.h45 using Endpoint = absl::variant<url::SchemeHostPort, SchemelessEndpoint>; variable
/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc375 struct Endpoint : public sigslot::has_slots<> { struct in cricket::P2PTransportChannelTestBase
376 Endpoint() in Endpoint() function
381 bool HasTransport(const rtc::PacketTransportInternal* transport) { in HasTransport()
384 ChannelData* GetChannelData(rtc::PacketTransportInternal* transport) { in GetChannelData()
393 void SetIceRole(IceRole role) { role_ = role; } in SetIceRole()
394 IceRole ice_role() { return role_; } in ice_role()
395 void SetIceTiebreaker(uint64_t tiebreaker) { tiebreaker_ = tiebreaker; } in SetIceTiebreaker()
396 uint64_t GetIceTiebreaker() { return tiebreaker_; } in GetIceTiebreaker()
397 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict()
398 bool role_conflict() { return role_conflict_; } in role_conflict()
[all …]
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall_context.h28 class Endpoint; variable
Dendpoint.h110 _PW_RPC_CONSTEXPR Endpoint(span<rpc::Channel> channels) in Endpoint() function
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dendpoint.proto56 message Endpoint { message
/external/tensorflow/tensorflow/core/framework/
Dapi_def.proto63 message Endpoint { message
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto40 message Endpoint { message
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto40 message Endpoint { message
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto40 message Endpoint { message
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto40 message Endpoint { message
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Dhandshaker.proto47 message Endpoint { message
/external/openthread/src/core/net/
Dtcp6.hpp86 …class Endpoint : public otTcpEndpoint, public LinkedListEntry<Endpoint>, public GetProvider<Endpoi… class in ot::Ip6::Tcp
/external/crosvm/usb_util/src/
Dtypes.rs16 Endpoint = 0x05, enumerator
227 Endpoint = 2, enumerator
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto305 message Endpoint { message

12