Home
last modified time | relevance | path

Searched refs:GetProtocol (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/core/mindrt/include/actor/
Daid.h59 std::string GetProtocol() const;
89 if (aid1.GetProtocol() == MINDRT_TCP && aid2.GetProtocol() == MINDRT_TCP) {
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Daid.cc59 std::string proto = GetProtocol(); in OK()
93 std::string AID::GetProtocol() const { in GetProtocol() function in mindspore::AID
Dactormgr.cc112 (void)urls.insert(id.GetProtocol() + "://" + id.GetIp() + ":" + std::to_string(id.GetPort())); in AddUrl()
199 if (to.GetProtocol() == MINDRT_UDP && msg->GetType() == MessageBase::Type::KMSG) { in Send()
220 << "p=" << to.GetProtocol().c_str() << ",f=" << msg->From().Name().c_str() in Send()
Dactormgr.h44 …inline std::shared_ptr<IOMgr> &GetIOMgrRef(const AID &to) { return GetIOMgrRef(to.GetProtocol()); } in GetIOMgrRef()
/third_party/grpc/src/compiler/
Dobjective_c_generator.h41 string GetProtocol(const ServiceDescriptor* service,
Dobjective_c_plugin.cc228 grpc_objective_c_generator::GetProtocol(service, generator_params); in Generate()
Dobjective_c_generator.cc280 ::std::string GetProtocol(const ServiceDescriptor* service, in GetProtocol() function
/third_party/node/src/
Dnode_crypto.h267 static void GetProtocol(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_crypto.cc1768 env->SetProtoMethodNoSideEffect(t, "getProtocol", GetProtocol); in AddMethods()
2305 void SSLWrap<Base>::GetProtocol(const FunctionCallbackInfo<Value>& args) { in GetProtocol() function in node::crypto::SSLWrap