Home
last modified time | relevance | path

Searched defs:IsPathValid (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs186 private static bool IsPathValid(string input) in IsPathValid() method in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc165 bool Common::IsPathValid(const std::string &path, size_t length_limit, const std::string &error_mes… in IsPathValid() function in mindspore::Common