Home
last modified time | relevance | path

Searched defs:hostname_ (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Ddataset_cache_impl.h85 std::optional<std::string> hostname_; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_client.h104 std::string hostname_; variable
Dcache_admin_arg.h107 std::string hostname_; variable
Dcache_client.h137 std::string hostname_; variable
/third_party/grpc/test/cpp/interop/
Dxds_interop_server.cc73 std::string hostname_; member in TestServiceImpl
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs1460 private string hostname_ = ""; field in Grpc.Testing.SimpleResponse