Home
last modified time | relevance | path

Searched defs:get_endpoint (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/zip_view/detail/
Dend_impl.hpp35 struct get_endpoint struct
37 typedef typename remove_reference<SeqRef>::type Seq;
38 typedef typename result_of::begin<Seq>::type begin;
39 typedef typename result_of::advance<begin, M>::type type;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport_impl.h91 grpc_endpoint* (*get_endpoint)(grpc_transport* self); member
/aosp_15_r20/external/pytorch/torch/distributed/elastic/rendezvous/
H A Detcd_server.py144 def get_endpoint(self) -> str: member in EtcdServer
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Dserviceinfo.cpp91 std::shared_ptr<endpoint> serviceinfo::get_endpoint(bool _reliable) const { in get_endpoint() function in vsomeip_v3::serviceinfo
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/
Dsubscription.cpp29 std::shared_ptr<endpoint> subscription::get_endpoint(bool _reliable) const { in get_endpoint() function in vsomeip_v3::sd::subscription
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/
Dbinder_transport.cc690 static grpc_endpoint* get_endpoint(grpc_transport*) { in get_endpoint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1179 grpc_endpoint* get_endpoint(grpc_transport* /*t*/) { return nullptr; } in get_endpoint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc1459 static grpc_endpoint* get_endpoint(grpc_transport* /*gt*/) { return nullptr; } in get_endpoint() function