Searched defs:Endpoint (Results 1 – 12 of 12) sorted by relevance
225 struct Endpoint { struct in P2PTransportChannelTestBase226 Endpoint() in Endpoint() argument231 bool HasChannel(cricket::TransportChannel* ch) { in HasChannel()234 ChannelData* GetChannelData(cricket::TransportChannel* ch) { in GetChannelData()242 void SetIceRole(cricket::IceRole role) { role_ = role; } in SetIceRole()243 cricket::IceRole ice_role() { return role_; } in ice_role()244 void SetIceTiebreaker(uint64_t tiebreaker) { tiebreaker_ = tiebreaker; } in SetIceTiebreaker()245 uint64_t GetIceTiebreaker() { return tiebreaker_; } in GetIceTiebreaker()246 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict()247 bool role_conflict() { return role_conflict_; } in role_conflict()[all …]
30 struct Endpoint { struct31 int node_id;32 int output_index;
67 struct Endpoint { struct68 Node* node;69 int index;72 string name() const { in name()80 DataType dtype() const { return node->output_type(index); } in dtype()
61 message Endpoint { message
40 message Endpoint { message
88 Endpoint = 2, enumerator
31 class Endpoint(Base): class
396 class Endpoint : public base::RefCountedThreadSafe<Endpoint>, class in IPC::__anon7f5c406c0111::ChannelAssociatedGroupController399 Endpoint(ChannelAssociatedGroupController* controller, mojo::InterfaceId id) in Endpoint() function in IPC::__anon7f5c406c0111::ChannelAssociatedGroupController::Endpoint
1617 RPCAsyncDispatch(RPCClass &Endpoint) : Endpoint(Endpoint) {} in RPCAsyncDispatch()1630 RPCAsyncDispatch<RPCEndpointT, Func> rpcAsyncDispatch(RPCEndpointT &Endpoint) { in rpcAsyncDispatch()
308 public static final class Endpoint extends class in Handshaker314 private Endpoint(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Endpoint() method in Handshaker.Endpoint317 private Endpoint() { in Endpoint() method in Handshaker.Endpoint328 private Endpoint( in Endpoint() method in Handshaker.Endpoint