Home
last modified time | relevance | path

Searched refs:kMaxLegalPort (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h253 constexpr int32_t kMaxLegalPort = 65535; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.cc50 CHECK_FAIL_RETURN_SYNTAX_ERROR(port_ <= kMaxLegalPort, "Port must be in range (1025..65535)."); in SanityCheck()
Dcache_admin_arg.cc391 if (port_ < kMinLegalPort || port_ > kMaxLegalPort) { in Validate()